<?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>w.ll.am</title>
	<atom:link href="http://w.ll.am/feed/" rel="self" type="application/rss+xml" />
	<link>http://w.ll.am</link>
	<description></description>
	<lastBuildDate>Wed, 07 Dec 2011 18:50:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Find the domain your flash file is currently on. [AS3]</title>
		<link>http://w.ll.am/2011/12/07/find-the-domain-your-flash-file-is-currently-on-as3/</link>
		<comments>http://w.ll.am/2011/12/07/find-the-domain-your-flash-file-is-currently-on-as3/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 18:50:05 +0000</pubDate>
		<dc:creator>W.ll</dc:creator>
				<category><![CDATA[tiptricks]]></category>

		<guid isPermaLink="false">http://w.ll.am/?p=175</guid>
		<description><![CDATA[<p>A project I was working on required that certain domains had different output than others. Regular expressions worked somewhat but I couldn&#8217;t figure out how to make it less specific so I didn&#8217;t have to worry about subdomains. I decided using split was best to get down to the exact portion of the url being [...]]]></description>
			<content:encoded><![CDATA[<p>A project I was working on required that certain domains had different output than others. Regular expressions worked somewhat but I couldn&#8217;t figure out how to make it less specific so I didn&#8217;t have to worry about subdomains. I decided using split was best to get down to the exact portion of the url being returned.</p>
<pre style="padding-left: 30px;">//find current site
getLocation(this.loaderInfo.url);

function getLocation(urlStr){
  	var found:Object = urlStr.split(".");
   if(found){
	   for(var j=0;j&lt;found.length;j++){
		   var currStr=found[j].split("/");
		   //find the domain ... if you need to use .uk or .jp this will need to be modified.
		   if(currStr[0]== "com" || currStr[0]== "org" || currStr[0]== "net" || currStr[0]== "am" || currStr[0]== "ca"){
			   var urlCount=j;
			   var currDomain= found[urlCount-1].replace("http://", "")
			   break;
		   }
	   }
	   //compare current domain to your list of domains
		for(i=0;i&lt;siteKeys.length;i++){
			if(domainList[i]==(currDomain+"."+currStr[0])){
			 	currKey=domainList[i];
				break;
			}
		}
   }
   // if domain not found default to this
   if(currKey==""){
	  //do something
   }else{
	   //do something
   }
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://w.ll.am/2011/12/07/find-the-domain-your-flash-file-is-currently-on-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trip to Cuba, 2011</title>
		<link>http://w.ll.am/2011/12/05/trip-to-cuba-2011/</link>
		<comments>http://w.ll.am/2011/12/05/trip-to-cuba-2011/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 16:51:02 +0000</pubDate>
		<dc:creator>W.ll</dc:creator>
				<category><![CDATA[vacations]]></category>

		<guid isPermaLink="false">http://w.ll.am/?p=161</guid>
		<description><![CDATA[<p></p> <p>&#160;</p>]]></description>
			<content:encoded><![CDATA[<p><strong>
<div class="ngg-galleryoverview" id="ngg-gallery-6-161">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-851" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_14.jpg" title="Tallest Bridge in Cuba" class="thickbox" rel="set_6" >
								<img title="cuba2011_14" alt="cuba2011_14" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_14.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-852" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_15.jpg" title="view from tallest bridge" class="thickbox" rel="set_6" >
								<img title="cuba2011_15" alt="cuba2011_15" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_15.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-853" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_16.jpg" title="view from entrance of our resort" class="thickbox" rel="set_6" >
								<img title="cuba2011_16" alt="cuba2011_16" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_16.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-855" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_18.jpg" title="resort pic" class="thickbox" rel="set_6" >
								<img title="cuba2011_18" alt="cuba2011_18" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_18.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-857" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_20.jpg" title="restaurant at the resort" class="thickbox" rel="set_6" >
								<img title="cuba2011_20" alt="cuba2011_20" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_20.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-858" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_21.jpg" title="damn cheap rum!" class="thickbox" rel="set_6" >
								<img title="cuba2011_21" alt="cuba2011_21" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_21.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-859" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_22.jpg" title="beach at the resort" class="thickbox" rel="set_6" >
								<img title="cuba2011_22" alt="cuba2011_22" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_22.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-862" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_25.jpg" title="A fine cuban cigar" class="thickbox" rel="set_6" >
								<img title="cuba2011_25" alt="cuba2011_25" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_25.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-864" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_27.jpg" title="Go-aht" class="thickbox" rel="set_6" >
								<img title="cuba2011_27" alt="cuba2011_27" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_27.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-865" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_28.jpg" title="a cuban home" class="thickbox" rel="set_6" >
								<img title="cuba2011_28" alt="cuba2011_28" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_28.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-866" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_29.jpg" title="alligator or crocodile or dinosaur" class="thickbox" rel="set_6" >
								<img title="cuba2011_29" alt="cuba2011_29" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_29.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-868" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_31.jpg" title="view from the top of a hill" class="thickbox" rel="set_6" >
								<img title="cuba2011_31" alt="cuba2011_31" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_31.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-869" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_32.jpg" title="same hill different perspective" class="thickbox" rel="set_6" >
								<img title="cuba2011_32" alt="cuba2011_32" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_32.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-870" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_33.jpg" title="chickens, ducks, turkeys, a dog and shit. literally." class="thickbox" rel="set_6" >
								<img title="cuba2011_33" alt="cuba2011_33" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_33.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-871" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_34.jpg" title="typical cuban house" class="thickbox" rel="set_6" >
								<img title="cuba2011_34" alt="cuba2011_34" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_34.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-872" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_35.jpg" title="the biggest castle in cuba" class="thickbox" rel="set_6" >
								<img title="cuba2011_35" alt="cuba2011_35" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_35.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-873" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_36.jpg" title="Havana!" class="thickbox" rel="set_6" >
								<img title="cuba2011_36" alt="cuba2011_36" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_36.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-874" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_37.jpg" title="Havans !!" class="thickbox" rel="set_6" >
								<img title="cuba2011_37" alt="cuba2011_37" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_37.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-875" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_38.jpg" title="ancient streetcars" class="thickbox" rel="set_6" >
								<img title="cuba2011_38" alt="cuba2011_38" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_38.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-876" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_39.jpg" title="If cuba had the money it could be 100x more beautiful with renovations like this." class="thickbox" rel="set_6" >
								<img title="cuba2011_39" alt="cuba2011_39" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_39.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-877" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_40.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_40" alt="cuba2011_40" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_40.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-878" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_41.jpg" title="Rum!" class="thickbox" rel="set_6" >
								<img title="cuba2011_41" alt="cuba2011_41" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_41.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-879" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_42.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_42" alt="cuba2011_42" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_42.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-880" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_43.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_43" alt="cuba2011_43" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_43.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-881" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_44.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_44" alt="cuba2011_44" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_44.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-882" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_45.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_45" alt="cuba2011_45" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_45.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-883" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_46.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_46" alt="cuba2011_46" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_46.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-884" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_47.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_47" alt="cuba2011_47" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_47.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-885" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_48.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_48" alt="cuba2011_48" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_48.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-886" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_49.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_49" alt="cuba2011_49" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_49.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-887" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_50.jpg" title="apothecary" class="thickbox" rel="set_6" >
								<img title="cuba2011_50" alt="cuba2011_50" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_50.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-888" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_51.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_51" alt="cuba2011_51" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_51.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-889" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_52.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_52" alt="cuba2011_52" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_52.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-890" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_53.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_53" alt="cuba2011_53" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_53.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-891" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_54.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_54" alt="cuba2011_54" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_54.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-892" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_55.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_55" alt="cuba2011_55" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_55.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-893" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_56.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_56" alt="cuba2011_56" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_56.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-894" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_57.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_57" alt="cuba2011_57" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_57.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-895" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_58.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_58" alt="cuba2011_58" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_58.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-896" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_59.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_59" alt="cuba2011_59" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_59.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-897" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_60.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_60" alt="cuba2011_60" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_60.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-898" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_61.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_61" alt="cuba2011_61" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_61.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-899" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_62.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_62" alt="cuba2011_62" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_62.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-900" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_63.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_63" alt="cuba2011_63" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_63.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-901" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_64.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_64" alt="cuba2011_64" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_64.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-902" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_65.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_65" alt="cuba2011_65" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_65.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-903" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_66.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_66" alt="cuba2011_66" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_66.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-904" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_67.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_67" alt="cuba2011_67" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_67.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-905" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_68.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_68" alt="cuba2011_68" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_68.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-906" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_69.jpg" title="tropicana" class="thickbox" rel="set_6" >
								<img title="cuba2011_69" alt="cuba2011_69" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_69.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-907" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_70.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_70" alt="cuba2011_70" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_70.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-908" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_71.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_71" alt="cuba2011_71" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_71.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-909" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_72.jpg" title="stayed here one night. Hotel Nacional" class="thickbox" rel="set_6" >
								<img title="cuba2011_72" alt="cuba2011_72" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_72.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-911" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_74.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_74" alt="cuba2011_74" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_74.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-912" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_75.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_75" alt="cuba2011_75" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_75.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-913" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_76.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_76" alt="cuba2011_76" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_76.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-914" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_77.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_77" alt="cuba2011_77" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_77.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-915" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_78.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_78" alt="cuba2011_78" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_78.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-916" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_79.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_79" alt="cuba2011_79" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_79.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-917" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_80.jpg" title="Amazing race! Australian version I think." class="thickbox" rel="set_6" >
								<img title="cuba2011_80" alt="cuba2011_80" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_80.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-918" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_81.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_81" alt="cuba2011_81" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_81.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-919" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_82.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_82" alt="cuba2011_82" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_82.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-920" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_83.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_83" alt="cuba2011_83" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_83.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-921" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_84.jpg" title=" " class="thickbox" rel="set_6" >
								<img title="cuba2011_84" alt="cuba2011_84" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_84.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
				<br style="clear: both" />
	
 		
	<div id="ngg-image-922" class="ngg-gallery-thumbnail-box" style="width:25%;" >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://w.ll.am/wp-content/gallery/cuba2011/cuba2011_85.jpg" title="goodbye Cuba!" class="thickbox" rel="set_6" >
								<img title="cuba2011_85" alt="cuba2011_85" src="http://w.ll.am/wp-content/gallery/cuba2011/thumbs/thumbs_cuba2011_85.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

</strong></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://w.ll.am/2011/12/05/trip-to-cuba-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dona and Karl&#8217;s Wedding</title>
		<link>http://w.ll.am/2011/10/12/dona-and-karls-wedding/</link>
		<comments>http://w.ll.am/2011/10/12/dona-and-karls-wedding/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 15:24:34 +0000</pubDate>
		<dc:creator>W.ll</dc:creator>
				<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://w.ll.am/?p=136</guid>
		<description><![CDATA[<p>&#160;</p> <p>Special Day</p> <p><a href="http://www.youtube.com/watch?v=Nh4j1UVmdqo" target="_new"><br /> <br /> <p><a href="http://www.youtube.com/watch?v=Nh4j1UVmdqo&#038;fmt=18">www.youtube.com/watch?v=Nh4j1UVmdqo</a></p> <p></a></p> <p>&#160;</p> <p>Poem</p> <p><a href="http://www.youtube.com/watch?v=grDyya6oY8I" target="_new"><br /> <br /> <p><a href="http://www.youtube.com/watch?v=grDyya6oY8I&#038;fmt=18">www.youtube.com/watch?v=grDyya6oY8I</a></p> <p></a></p> <p>&#160;</p> <p>Just cause</p> <p><a href="http://www.youtube.com/watch?v=m1o3I31i1Ys" target="_new"><br /> <br /> <p><a href="http://www.youtube.com/watch?v=m1o3I31i1Ys&#038;fmt=18">www.youtube.com/watch?v=m1o3I31i1Ys</a></p> <p></a></p> <p>&#160;</p> <p>Vows</p> <p><a href="http://www.youtube.com/watch?v=OLviE6_Er9U" target="_new"><br /> <br /> <p><a href="http://www.youtube.com/watch?v=OLviE6_Er9U&#038;fmt=18">www.youtube.com/watch?v=OLviE6_Er9U</a></p> <p></a></p> <p>&#160;</p> <p>Venue</p> <p><a href="http://www.youtube.com/watch?v=4EKouU3Zh9M" target="_new"><br /> <br /> <p><a [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Special Day</p>
<p><a href="http://www.youtube.com/watch?v=Nh4j1UVmdqo" target="_new"><span class="youtube"><br />
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="480" height="295" src="http://www.youtube.com/embed/Nh4j1UVmdqo?fs=1&amp;hl=en&amp;modestbranding=1&amp;loop=0&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=1&amp;theme=&amp;hd=1" frameborder="0" allowfullscreen></iframe><br />
</span>
<p><a href="http://www.youtube.com/watch?v=Nh4j1UVmdqo&#038;fmt=18">www.youtube.com/watch?v=Nh4j1UVmdqo</a></p>
<p></a></p>
<p>&nbsp;</p>
<p>Poem</p>
<p><a href="http://www.youtube.com/watch?v=grDyya6oY8I" target="_new"><span class="youtube"><br />
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="480" height="295" src="http://www.youtube.com/embed/grDyya6oY8I?fs=1&amp;hl=en&amp;modestbranding=1&amp;loop=0&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=1&amp;theme=&amp;hd=1" frameborder="0" allowfullscreen></iframe><br />
</span>
<p><a href="http://www.youtube.com/watch?v=grDyya6oY8I&#038;fmt=18">www.youtube.com/watch?v=grDyya6oY8I</a></p>
<p></a></p>
<p>&nbsp;</p>
<p>Just cause</p>
<p><a href="http://www.youtube.com/watch?v=m1o3I31i1Ys" target="_new"><span class="youtube"><br />
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="480" height="295" src="http://www.youtube.com/embed/m1o3I31i1Ys?fs=1&amp;hl=en&amp;modestbranding=1&amp;loop=0&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=1&amp;theme=&amp;hd=1" frameborder="0" allowfullscreen></iframe><br />
</span>
<p><a href="http://www.youtube.com/watch?v=m1o3I31i1Ys&#038;fmt=18">www.youtube.com/watch?v=m1o3I31i1Ys</a></p>
<p></a></p>
<p>&nbsp;</p>
<p>Vows</p>
<p><a href="http://www.youtube.com/watch?v=OLviE6_Er9U" target="_new"><span class="youtube"><br />
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="480" height="295" src="http://www.youtube.com/embed/OLviE6_Er9U?fs=1&amp;hl=en&amp;modestbranding=1&amp;loop=0&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=1&amp;theme=&amp;hd=1" frameborder="0" allowfullscreen></iframe><br />
</span>
<p><a href="http://www.youtube.com/watch?v=OLviE6_Er9U&#038;fmt=18">www.youtube.com/watch?v=OLviE6_Er9U</a></p>
<p></a></p>
<p>&nbsp;</p>
<p>Venue</p>
<p><a href="http://www.youtube.com/watch?v=4EKouU3Zh9M" target="_new"><span class="youtube"><br />
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="480" height="295" src="http://www.youtube.com/embed/4EKouU3Zh9M?fs=1&amp;hl=en&amp;modestbranding=1&amp;loop=0&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=1&amp;theme=&amp;hd=1" frameborder="0" allowfullscreen></iframe><br />
</span>
<p><a href="http://www.youtube.com/watch?v=4EKouU3Zh9M&#038;fmt=18">www.youtube.com/watch?v=4EKouU3Zh9M</a></p>
<p></a></p>
<p>&nbsp;</p>
<p>Deborah and Philip (sorry for the audio)</p>
<p><a href="http://www.youtube.com/watch?v=lItrYyDYjZ8" target="_new"><span class="youtube"><br />
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="480" height="295" src="http://www.youtube.com/embed/lItrYyDYjZ8?fs=1&amp;hl=en&amp;modestbranding=1&amp;loop=0&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=1&amp;theme=&amp;hd=1" frameborder="0" allowfullscreen></iframe><br />
</span>
<p><a href="http://www.youtube.com/watch?v=lItrYyDYjZ8&#038;fmt=18">www.youtube.com/watch?v=lItrYyDYjZ8</a></p>
<p></a></p>
<p>&nbsp;</p>
<p>First Dance</p>
<p><a href="http://www.youtube.com/watch?v=cKq80SZqvRs" target="_new"><span class="youtube"><br />
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="480" height="295" src="http://www.youtube.com/embed/cKq80SZqvRs?fs=1&amp;hl=en&amp;modestbranding=1&amp;loop=0&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=1&amp;theme=&amp;hd=1" frameborder="0" allowfullscreen></iframe><br />
</span>
<p><a href="http://www.youtube.com/watch?v=cKq80SZqvRs&#038;fmt=18">www.youtube.com/watch?v=cKq80SZqvRs</a></p>
<p></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://w.ll.am/2011/10/12/dona-and-karls-wedding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New facebook features you might actually want.</title>
		<link>http://w.ll.am/2011/09/11/new-facebook-features-you-might-actually-want/</link>
		<comments>http://w.ll.am/2011/09/11/new-facebook-features-you-might-actually-want/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 01:27:44 +0000</pubDate>
		<dc:creator>W.ll</dc:creator>
				<category><![CDATA[funstuff]]></category>

		<guid isPermaLink="false">http://w.ll.am/2011/09/11/new-facebook-features-you-might-actually-want/</guid>
		<description><![CDATA[<p><a href="http://safeandsavvy.f-secure.com/2011/09/08/profilerevie/">http://safeandsavvy.f-secure.com/2011/09/08/profilerevie/</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://safeandsavvy.f-secure.com/2011/09/08/profilerevie/">http://safeandsavvy.f-secure.com/2011/09/08/profilerevie/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://w.ll.am/2011/09/11/new-facebook-features-you-might-actually-want/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

