<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Thefutureprimitive</title>
	<atom:link href="http://thefutureprimitive.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thefutureprimitive.wordpress.com</link>
	<description>upgrade(); 			 			add_action( &#039;admin_menu&#039;, array(&#38;$this, &#039;register_settings_page&#039;) ); 			add_filter( &#039;plugin_action_links&#039;, array(&#38;$this, &#039;add_action_link&#039;), 10, 2 ); 			add_filter( &#039;ozh_adminmenu_icon&#039;, array(&#38;$this, &#039;add_ozh_adminmenu_icon&#039; ) );				 			 			add_action(&#039;admin_print_scripts&#039;, array(&#38;$this,&#039;config_page_scripts&#039;)); 			add_action(&#039;admin_print_styles&#039;, array(&#38;$this,&#039;config_page_styles&#039;));	 			 			add_action(&#039;wp_dashboard_setup&#039;, array(&#38;$this,&#039;widget_setup&#039;));	  			add_action(&#039;admin_head&#039;, array(&#38;$this,&#039;config_page_head&#039;));  			add_action(&#039;admin_footer&#039;, array(&#38;$this,&#039;warning&#039;)); 			add_action(&#039;admin_footer&#039;, array(&#38;$this,&#039;theme_switch_warning&#039;));  			add_action(&#039;admin_init&#039;, array(&#38;$this,&#039;save_settings&#039;));  			add_action(&#039;switch_theme&#039;, array(&#38;$this,&#039;switch_theme&#039;)); 		} 		 		function config_page_head() { 			if (isset($_GET[&#039;page&#039;]) &#38;&#38; $_GET[&#039;page&#039;] == $this-&#62;hook) { 				$options = get_option($this-&#62;optionname); 				if (!empty($options[&#039;uastring&#039;])) {  					$uastring = $options[&#039;uastring&#039;]; 				} else {  					$uastring = &#039;&#039;;  				} 				wp_enqueue_script(&#039;jquery&#039;); 				 			?&#62; 				 				 					function makeSublist(parent,child,childVal) 					{ 						jQuery(&#34;body&#34;).append(&#34;&#34;); 						jQuery(&#039;#&#039;+parent+child).html(jQuery(&#34;#&#34;+child+&#34; option&#34;));  						var parentValue = jQuery(&#039;#&#039;+parent).attr(&#039;value&#039;); 						jQuery(&#039;#&#039;+child).html(jQuery(&#34;#&#34;+parent+child+&#34; .sub_&#34;+parentValue).clone());  						childVal = (typeof childVal == &#34;undefined&#34;)? &#34;&#34; : childVal ; 						jQuery(&#34;#&#34;+child).val(childVal).attr(&#039;selected&#039;,&#039;selected&#039;);  						jQuery(&#039;#&#039;+parent).change(function(){ 							var parentValue = jQuery(&#039;#&#039;+parent).attr(&#039;value&#039;); 							jQuery(&#039;#&#039;+child).html(jQuery(&#34;#&#34;+parent+child+&#34; .sub_&#34;+parentValue).clone()); 							jQuery(&#039;#&#039;+child).trigger(&#34;change&#34;); 							jQuery(&#039;#&#039;+child).focus(); 						}); 					} 				 	jQuery(document).ready(function(){ 						makeSublist(&#039;ga_account&#039;, &#039;uastring_sel&#039;, &#039;&#039;); 						jQuery(&#039;#position&#039;).change(function(){ 							if (jQuery(&#039;#position&#039;).val() == &#039;header&#039;)  { 								jQuery(&#039;#position_header&#039;).css(&#34;display&#34;,&#34;block&#34;); 								jQuery(&#039;#position_manual&#039;).css(&#34;display&#34;,&#34;none&#34;); 							} else { 								jQuery(&#039;#position_header&#039;).css(&#34;display&#34;,&#34;none&#34;); 								jQuery(&#039;#position_manual&#039;).css(&#34;display&#34;,&#34;block&#34;);								 							} 						}).change(); 						jQuery(&#039;#switchtomanual&#039;).change(function() { 							if ((jQuery(&#039;#switchtomanual&#039;).attr(&#039;checked&#039;)) == true)  { 								jQuery(&#039;#uastring_manual&#039;).css(&#039;display&#039;,&#039;block&#039;); 								jQuery(&#039;#uastring_automatic&#039;).css(&#039;display&#039;,&#039;none&#039;); 							} else { 								jQuery(&#039;#uastring_manual&#039;).css(&#039;display&#039;,&#039;none&#039;); 								jQuery(&#039;#uastring_automatic&#039;).css(&#039;display&#039;,&#039;block&#039;);								 							} 						}).change(); 						jQuery(&#039;#trackoutbound&#039;).change(function(){ 							if ((jQuery(&#039;#trackoutbound&#039;).attr(&#039;checked&#039;)) == true)  { 								jQuery(&#039;#internallinktracking&#039;).css(&#34;display&#34;,&#34;block&#34;); 								jQuery(&#039;.internallinktracking&#039;).css(&#34;display&#34;,&#34;list-item&#34;); 							} else { 								jQuery(&#039;#internallinktracking&#039;).css(&#34;display&#34;,&#34;none&#34;); 								jQuery(&#039;.internallinktracking&#039;).css(&#34;display&#34;,&#34;none&#34;); 							} 						}).change(); 						jQuery(&#039;#advancedsettings&#039;).change(function(){ 							if ((jQuery(&#039;#advancedsettings&#039;).attr(&#039;checked&#039;)) == true)  { 								jQuery(&#039;#advancedgasettings&#039;).css(&#34;display&#34;,&#34;block&#34;); 								jQuery(&#039;#customvarsettings&#039;).css(&#34;display&#34;,&#34;block&#34;); 								jQuery(&#039;.advancedgasettings&#039;).css(&#34;display&#34;,&#34;list-item&#34;); 								jQuery(&#039;.customvarsettings&#039;).css(&#34;display&#34;,&#34;list-item&#34;); 							} else { 								jQuery(&#039;#advancedgasettings&#039;).css(&#34;display&#34;,&#34;none&#34;); 								jQuery(&#039;#customvarsettings&#039;).css(&#34;display&#34;,&#34;none&#34;); 								jQuery(&#039;.advancedgasettings&#039;).css(&#34;display&#34;,&#34;none&#34;); 								jQuery(&#039;.customvarsettings&#039;).css(&#34;display&#34;,&#34;none&#34;); 							} 						}).change(); 						jQuery(&#039;#extrase&#039;).change(function(){ 							if ((jQuery(&#039;#extrase&#039;).attr(&#039;checked&#039;)) == true)  { 								jQuery(&#039;#extrasebox&#039;).css(&#34;display&#34;,&#34;block&#34;); 							} else { 								jQuery(&#039;#extrasebox&#039;).css(&#34;display&#34;,&#34;none&#34;); 							} 						}).change(); 						jQuery(&#039;#gajslocalhosting&#039;).change(function(){ 							if ((jQuery(&#039;#gajslocalhosting&#039;).attr(&#039;checked&#039;)) == true)  { 								jQuery(&#039;#localhostingbox&#039;).css(&#34;display&#34;,&#34;block&#34;); 							} else { 								jQuery(&#039;#localhostingbox&#039;).css(&#34;display&#34;,&#34;none&#34;); 							} 						}).change(); 						jQuery(&#039;#customvarsettings :input&#039;).change(function() { 							if (jQuery(&#34;#customvarsettings :input:checked&#34;).size() &#62; 5) { 								alert(&#039;The maximum number of allowed custom variables in Google Analytics is 5, please unselect one of the other custom variables before selecting this one.&#039;) 								jQuery(this).attr(&#039;checked&#039;, false); 							}; 						}); 						jQuery(&#039;#uastring&#039;).change(function(){ 							if ((jQuery(&#039;#switchtomanual&#039;).attr(&#039;checked&#039;)) == true)  { 								if (!jQuery(this).val().match(/^UA-[d-]+$/)) { 									alert(&#34;That&#039;s not a valid UA ID, please make sure it matches the expected pattern of: UA-XXXXXX-X, and that there are no spaces or other characters in the input field.&#34;); 									jQuery(this).focus(); 								} 							} 						}); 					}); 				 				 			optionname ); 			if ($options[&#039;theme_updated&#039;]) { 				echo &#34;&#60;div id=&#039;message&#039; class=&#039;error&#039;&#62;&#60;p&#62;You have updated your theme, please check your &#60;a&#62;plugin_options_url().&#34;&#039;&#62;&#60;strong&#62;Google Analytics settings&#60;/strong&#62;&#60;/a&#62; to make sure Google Analytics can still function correctly.&#60;/p&#62;&#60;/div&#62;&#34;; 			} 		}   		function switch_theme( $theme ) { 			$options 					= get_option( $this-&#62;optionname ); 			$options[&#039;theme_updated&#039;] 	= 1; 			$options[&#039;position&#039;]		= &#039;header&#039;; 			update_option( $this-&#62;optionname, $options ); 		} 		 		function toc( $modules ) { 			$output = &#039;&#60;ul&#62;&#039;; 			foreach ($modules as $module =&#62; $key) { 				$output .= &#039;&#60;li class=&#34;&#039;.$key.&#039;&#34;&#62;&#60;a href=&#34;#&#039;.$key.&#039;&#34;&#62;&#039;.$module.&#039;&#60;/a&#62;&#60;/li&#62;&#039;; 			} 			$output .= &#039;&#60;/ul&#62;&#039;; 			return $output; 		} 		 		function save_settings() { 			$options = get_option( $this-&#62;optionname ); 			 			if ( isset($_REQUEST[&#039;reset&#039;]) &#38;&#38; $_REQUEST[&#039;reset&#039;] == &#34;true&#34; &#38;&#38; isset($_REQUEST[&#039;plugin&#039;]) &#38;&#38; $_REQUEST[&#039;plugin&#039;] == &#039;google-analytics-for-wordpress&#039;) { 				$options = $this-&#62;set_defaults(); 				$options[&#039;msg&#039;] = &#34;&#60;div&#62;&#60;p&#62;Google Analytics settings reset.&#60;/p&#62;&#60;/div&#62;n&#34;; 			} elseif ( isset($_POST[&#039;submit&#039;]) &#38;&#38; isset($_POST[&#039;plugin&#039;]) &#38;&#38; $_POST[&#039;plugin&#039;] == &#039;google-analytics-for-wordpress&#039;) { 				if (!current_user_can(&#039;manage_options&#039;)) die(__(&#039;You cannot edit the Google Analytics for WordPress options.&#039;)); 				check_admin_referer(&#039;analyticspp-config&#039;); 				 				foreach (array(&#039;uastring&#039;, &#039;dlextensions&#039;, &#039;domainorurl&#039;,&#039;position&#039;,&#039;domain&#039;, &#039;ga_token&#039;, &#039;extraseurl&#039;, &#039;gajsurl&#039;, &#039;gfsubmiteventpv&#039;, &#039;trackprefix&#039;, &#039;ignore_userlevel&#039;, &#039;internallink&#039;, &#039;internallinklabel&#039;) as $option_name) { 					if (isset($_POST[$option_name])) 						$options[$option_name] = $_POST[$option_name]; 					else 						$options[$option_name] = &#039;&#039;; 				} 				 				foreach (array(&#039;extrase&#039;, &#039;trackoutbound&#039;, &#039;admintracking&#039;, &#039;trackadsense&#039;, &#039;allowanchor&#039;, &#039;allowlinker&#039;, &#039;rsslinktagging&#039;, &#039;advancedsettings&#039;, &#039;trackregistration&#039;, &#039;theme_updated&#039;, &#039;cv_loggedin&#039;, &#039;cv_authorname&#039;, &#039;cv_category&#039;, &#039;cv_all_categories&#039;, &#039;cv_tags&#039;, &#039;cv_year&#039;, &#039;cv_post_type&#039;, &#039;outboundpageview&#039;, &#039;downloadspageview&#039;, &#039;gajslocalhosting&#039;, &#039;manual_uastring&#039;, &#039;taggfsubmit&#039;, &#039;wpec_tracking&#039;, &#039;shopp_tracking&#039;, &#039;anonymizeip&#039;, &#039;trackcommentform&#039;, &#039;debug&#039;,&#039;firebuglite&#039;) as $option_name) { 					if (isset($_POST[$option_name]) &#38;&#38; $_POST[$option_name] != &#039;off&#039;) 						$options[$option_name] = true; 					else 						$options[$option_name] = false; 				}  				if (isset($_POST[&#039;manual_uastring&#039;]) &#38;&#38; isset($_POST[&#039;uastring_man&#039;])) { 					$options[&#039;uastring&#039;] = $_POST[&#039;uastring_man&#039;]; 				} 				 				$cache = &#039;&#039;; 				if ( function_exists(&#039;w3tc_pgcache_flush&#039;) ) { 					w3tc_pgcache_flush(); 					$cache = &#039; and &#60;strong&#62;W3TC Page Cache cleared&#60;/strong&#62;&#039;; 				} else if ( function_exists(&#039;wp_cache_clear_cache&#039;) ) { 					wp_cache_clear_cache(); 					$cache = &#039; and &#60;strong&#62;WP Super Cache cleared&#60;/strong&#62;&#039;; 				} 										 				$options[&#039;msg&#039;] = &#34;&#60;div&#62;&#60;p&#62;Google Analytics &#60;strong&#62;settings updated&#60;/strong&#62;$cache.&#60;/p&#62;&#60;/div&#62;n&#34;; 				$options[&#039;msg&#039;] .= &#34;setTimeout(function(){jQuery(&#039;#updatemessage&#039;).hide(&#039;slow&#039;);}, 3000);&#34;; 			} 			update_option($this-&#62;optionname, $options); 		} 		 		function save_button() { 			return &#039;&#60;div class=&#34;alignright&#34;&#62;&#60;/div&#62;&#60;br class=&#34;clear&#34; /&#62;&#039;; 		} 		 		function upgrade() { 			$options = get_option($this-&#62;optionname); 			if ($options[&#039;version&#039;] optionname); 			echo $options[&#039;msg&#039;]; 			$options[&#039;msg&#039;] = &#039;&#039;; 			update_option($this-&#62;optionname, $options); 			$modules = array(); 			 			?&#62; 			&#60;div class=&#34;wrap&#34;&#62; 				&#60;a href=&#34;http://yoast.com/&#34;&#62;&#60;div id=&#34;yoast-icon&#34; style=&#34;background:url(&#039;images/ga-icon-32x32.png&#039;) no-repeat;&#34; class=&#34;icon32&#34;&#62;&#60;br /&#62;&#60;/div&#62;&#60;/a&#62; 				&#60;h2&#62;Google Analytics for WordPress Configuration&#60;/h2&#62; 				&#60;div class=&#34;postbox-container&#34; style=&#34;width:65%;&#34;&#62; 					&#60;div class=&#34;metabox-holder&#34;&#62;	 						&#60;div class=&#34;meta-box-sortables&#34;&#62; 							&#34; method=&#34;post&#34; id=&#34;analytics-conf&#34;&#62; 								 								plugin_options_url(); 										if (isset($_GET[&#039;switchua&#039;])) 											$url .= &#039;&#38;switchua=1&#039;; 										$query = &#039;https://www.google.com/accounts/AuthSubRequest?&#039;; 										$query .= http_build_query( 											array(		 												&#039;next&#039; =&#62; $url, 												&#039;scope&#039; =&#62; &#039;https://www.google.com/analytics/feeds/&#039;, 												&#039;secure&#039; =&#62; 0, 												&#039;session&#039; =&#62; 1, 												&#039;hd&#039; =&#62; &#039;default&#039; 											) 										); 										$line = &#039;Please authenticate with Google Analytics to retrieve your tracking code:&#60;br /&#62;&#60;br /&#62; &#60;a class=&#34;button-primary&#34; href=&#34;&#039;.$query.&#039;&#34;&#62;Click here to authenticate with Google&#60;/a&#62;&#60;br /&#62;&#60;br /&#62;&#60;strong&#62;Note&#60;/strong&#62;: if you have multiple Google accounts, you&#039;ll want to switch to the right account first, since Google doesn&#039;t let you switch accounts on the authentication screen.&#039;; 									} else if(isset($_GET[&#039;token&#039;]) &#124;&#124; (isset($options[&#039;ga_token&#039;]) &#38;&#38; !empty($options[&#039;ga_token&#039;]))) { 										if (isset($_GET[&#039;token&#039;])) 											$token = $_GET[&#039;token&#039;]; 										else 											$token = $options[&#039;ga_token&#039;]; 										 										require_once plugin_dir_path(__FILE__).&#039;xmlparser.php&#039;; 										if (file_exists(ABSPATH.&#039;wp-includes/class-http.php&#039;)) 											require_once(ABSPATH.&#039;wp-includes/class-http.php&#039;);  										if (!isset($options[&#039;ga_api_responses&#039;][$token])) { 											$options[&#039;ga_api_responses&#039;] = array(); 											$request = new WP_Http; 											$api_url = &#039;https://www.google.com/analytics/feeds/accounts/default&#039;; 											$headers = array(  												&#039;Content-Type&#039; 	=&#62; &#039;application/x-www-form-urlencoded&#039;, 												&#039;Authorization&#039; =&#62; &#039;AuthSub token=&#34;&#039;.$token.&#039;&#34;&#039;, 											); 											$args = array( 												&#039;method&#039; 		=&#62; &#039;GET&#039;,  												&#039;body&#039; 			=&#62; &#039;&#039;,  												&#039;headers&#039; 		=&#62; $headers, 												&#039;timeout&#039;		=&#62; 20, 											); 											$result = $request-&#62;request( $api_url , $args ); 											if (is_array($result) &#38;&#38; $result[&#039;response&#039;][&#039;code&#039;] == 200) { 												$options[&#039;ga_api_responses&#039;][$token] = $result; 												$options[&#039;ga_token&#039;] = $token; 												update_option(&#039;Yoast_Google_Analytics&#039;, $options);												 											} 										}  										if (is_array($options[&#039;ga_api_responses&#039;][$token]) &#38;&#38; $options[&#039;ga_api_responses&#039;][$token][&#039;response&#039;][&#039;code&#039;] == 200) { 											$arr = yoast_xml2array($options[&#039;ga_api_responses&#039;][$token][&#039;body&#039;]); 										 											$ga_accounts = array(); 											if (isset($arr[&#039;feed&#039;][&#039;entry&#039;][0])) { 												foreach ($arr[&#039;feed&#039;][&#039;entry&#039;] as $site) { 													$ua = $site[&#039;dxp:property&#039;][&#039;3_attr&#039;][&#039;value&#039;]; 													$account = $site[&#039;dxp:property&#039;][&#039;1_attr&#039;][&#039;value&#039;]; 													if (!isset($ga_accounts[$account]) &#124;&#124; !is_array($ga_accounts[$account])) 														$ga_accounts[$account] = array(); 													$ga_accounts[$account][$site[&#039;title&#039;]] = $ua; 												} 											} else { 												$ua = $arr[&#039;feed&#039;][&#039;entry&#039;][&#039;dxp:property&#039;][&#039;3_attr&#039;][&#039;value&#039;]; 												$account = $arr[&#039;feed&#039;][&#039;entry&#039;][&#039;dxp:property&#039;][&#039;1_attr&#039;][&#039;value&#039;]; 												$title = $arr[&#039;feed&#039;][&#039;entry&#039;][&#039;title&#039;]; 												if (!isset($ga_accounts[$account]) &#124;&#124; !is_array($ga_accounts[$account])) 													$ga_accounts[$account] = array(); 												$ga_accounts[$account][$title] = $ua; 											}  											$select1 = &#039;&#039;; 											$select1 .= &#34;tn&#34;; 											$select2 = &#039;&#039;; 											$i = 1; 											$currentua = &#039;&#039;; 											if (!empty($options[&#039;uastring&#039;])) 												$currentua = $options[&#039;uastring&#039;]; 										 											foreach($ga_accounts as $account =&#62; $val) { 												$accountsel = false; 												foreach ($val as $title =&#62; $ua) { 													$sel = selected($ua, $currentua, false); 													if (!empty($sel)) { 														$accountsel = true; 													} 													$select2 .= &#34;t&#34;.&#039;&#039;.$title.&#039; - &#039;.$ua.&#039;&#039;.&#34;n&#34;; 												} 												$select1 .= &#34;t&#34;.&#039;&#039;.$account.&#039;&#039;.&#34;n&#34;; 												$i++; 											} 											$select1 .= &#039;&#039;; 											$select2 .= &#039;&#039;; 																														 											$line = &#039;&#039;; 											$line .= &#039;Please select the correct Analytics profile to track:&#60;br /&#62;&#039;; 											$line .= &#039;&#60;table class=&#34;form_table&#34;&#62;&#039;; 											$line .= &#039;&#60;tr&#62;&#60;th width=&#34;15%&#34;&#62;Account:&#60;/th&#62;&#60;td width=&#34;85%&#34;&#62;&#039;.$select1.&#039;&#60;/td&#62;&#60;/tr&#62;&#039;; 											$line .= &#039;&#60;tr&#62;&#60;th&#62;Profile:&#60;/th&#62;&#60;td&#62;&#039;.$select2.&#039;&#60;/td&#62;&#60;/tr&#62;&#039;; 											$line .= &#039;&#60;/table&#62;&#039;;  											$try = 1; 											if (isset($_GET[&#039;try&#039;])) 												$try = $_GET[&#039;try&#039;] + 1;  											if ($i == 1 &#38;&#38; $try plugin_options_url().&#039;&#38;switchua=1&#38;token=&#039;.$token.&#039;&#38;try=&#039;.$try.&#039;&#34;; 												&#039;; 											} 											$line .= &#039;Please note that if you have several profiles of the same website, it doesn&#039;t matter which profile you select, and in fact another profile might show as selected later. You can check whether they&#039;re profiles for the same site by checking if they have the same UA code. If that&#039;s true, tracking will be correct.&#60;br /&#62;&#039;; 											$line .= &#039;&#60;br /&#62;Refresh this listing or switch to another account: &#039;; 										} else { 											$line = &#039;Unfortunately, an error occurred while connecting to Google, please try again:&#039;; 										} 										 										$url = $this-&#62;plugin_options_url(); 										if (isset($_GET[&#039;switchua&#039;])) 											$url .= &#039;&#38;switchua=1&#039;; 										$query = &#039;https://www.google.com/accounts/AuthSubRequest?&#039;; 										$query .= http_build_query( 											array(		 												&#039;next&#039; =&#62; $url, 												&#039;scope&#039; =&#62; &#039;https://www.google.com/analytics/feeds/&#039;, 												&#039;secure&#039; =&#62; 0, 												&#039;session&#039; =&#62; 1, 												&#039;hd&#039; =&#62; &#039;default&#039; 											) 										); 										$line .= &#039;&#60;a class=&#34;button&#34; href=&#34;&#039;.$query.&#039;&#34;&#62;Re-authenticate with Google&#60;/a&#62;&#039;; 									} else { 										$line = &#039;&#60;br /&#62;&#60;a&#62;plugin_options_url().&#039;&#38;switchua=1&#34;&#62;Select another Analytics Profile »&#60;/a&#62;&#039;; 									} 									$line = &#039;&#60;div id=&#34;uastring_automatic&#34;&#62;&#039;.$line.&#039;&#60;/div&#62;&#60;div style=&#34;display:none;&#34; id=&#34;uastring_manual&#34;&#62;Manually enter your UA code: &#60;/div&#62;&#039;; 									$rows = array(); 									$content = &#039;&#039;; 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;uastring&#039;, 										&#039;label&#039; =&#62; &#039;Analytics Profile&#039;, 										&#039;desc&#039; =&#62; &#039; Manually enter your UA code&#039;, 										&#039;content&#039; =&#62; $line 									); 									$temp_content = $this-&#62;select(&#039;position&#039;, array(&#039;header&#039; =&#62; &#039;In the header (default)&#039;, &#039;manual&#039; =&#62; &#039;Insert manually&#039;)); 									if ($options[&#039;theme_updated&#039;] &#38;&#38; $options[&#039;position&#039;] == &#039;manual&#039;) { 											$temp_content .= &#039;&#039;; 											echo &#039;&#60;div id=&#34;message&#34; class=&#34;updated&#34; style=&#34;background-color:lightgreen;border-color:green;&#34;&#62;&#60;p&#62;&#60;strong&#62;Notice:&#60;/strong&#62; You switched your theme, please make sure your Google Analytics tracking is still ok. Save your settings to make sure Google Analytics gets loaded properly.&#60;/p&#62;&#60;/div&#62;&#039;; 											remove_action(&#039;admin_footer&#039;, array(&#38;$this,&#039;theme_switch_warning&#039;)); 									} 									$desc = &#039;&#60;div id=&#34;position_header&#34;&#62;The header is by far the best spot to place the tracking code. If you&#039;d rather place the code manually, switch to manual placement. For more info &#60;a href=&#34;http://yoast.com/wordpress/google-analytics/manual-placement/&#34;&#62;read this page&#60;/a&#62;.&#60;/div&#62;&#039;; 									$desc .= &#039;&#60;div id=&#34;position_manual&#34;&#62;&#60;a href=&#34;http://yoast.com/wordpress/google-analytics/manual-placement/&#34;&#62;Follow the instructions here&#60;/a&#62; to choose the location for your tracking code manually.&#60;/div&#62;&#039;;  									$rows[] = array( 										&#039;id&#039; =&#62; &#039;position&#039;, 										&#039;label&#039; =&#62; &#039;Where should the tracking code be placed&#039;, 										&#039;desc&#039; =&#62; $desc, 										&#039;content&#039; =&#62; $temp_content, 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;trackoutbound&#039;, 										&#039;label&#039; =&#62; &#039;Track outbound clicks &#38; downloads&#039;, 										&#039;desc&#039; =&#62; &#039;Clicks &#38; downloads will be tracked as events, you can find these under Content » Event Tracking in your Google Analytics reports.&#039;, 										&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;trackoutbound&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;advancedsettings&#039;, 										&#039;label&#039; =&#62; &#039;Show advanced settings&#039;, 										&#039;desc&#039; =&#62; &#039;Only adviced for advanced users who know their way around Google Analytics&#039;, 										&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;advancedsettings&#039;), 									); 									$this-&#62;postbox(&#039;gasettings&#039;,&#039;Google Analytics Settings&#039;,$this-&#62;form_table($rows).$this-&#62;save_button()); 								 									$rows = array(); 									$pre_content = &#039;&#60;p&#62;Google Analytics allows you to save up to 5 custom variables on each page, and this plugin helps you make the most use of these! Check which custom variables you&#039;d like the plugin to save for you below. Please note that these will only be saved when they are actually available.&#60;/p&#62;&#60;p&#62;If you want to start using these custom variables, go to Visitors » Custom Variables in your Analytics reports.&#60;/p&#62;&#039;; 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;cv_loggedin&#039;, 										&#039;label&#039; =&#62; &#039;Logged in Users&#039;, 										&#039;desc&#039; =&#62; &#039;Allows you to easily remove logged in users from your reports, or to segment by different user roles. The users primary role will be logged.&#039;, 										&#039;content&#039; =&#62;  $this-&#62;checkbox(&#039;cv_loggedin&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;cv_post_type&#039;, 										&#039;label&#039; =&#62; &#039;Post type&#039;, 										&#039;desc&#039; =&#62; &#039;Allows you to see pageviews per post type, especially useful if you use multiple custom post types.&#039;, 										&#039;content&#039; =&#62;  $this-&#62;checkbox(&#039;cv_post_type&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;cv_authorname&#039;, 										&#039;label&#039; =&#62; &#039;Author Name&#039;, 										&#039;desc&#039; =&#62; &#039;Allows you to see pageviews per author.&#039;, 										&#039;content&#039; =&#62;  $this-&#62;checkbox(&#039;cv_authorname&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;cv_tags&#039;, 										&#039;label&#039; =&#62; &#039;Tags&#039;, 										&#039;desc&#039; =&#62; &#039;Allows you to see pageviews per tags using advanced segments.&#039;, 										&#039;content&#039; =&#62;  $this-&#62;checkbox(&#039;cv_tags&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;cv_year&#039;, 										&#039;label&#039; =&#62; &#039;Publication year&#039;, 										&#039;desc&#039; =&#62; &#039;Allows you to see pageviews per year of publication, showing you if your old posts still get traffic.&#039;, 										&#039;content&#039; =&#62;  $this-&#62;checkbox(&#039;cv_year&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;cv_category&#039;, 										&#039;label&#039; =&#62; &#039;Single Category&#039;, 										&#039;desc&#039; =&#62; &#039;Allows you to see pageviews per category, works best when each post is in only one category.&#039;, 										&#039;content&#039; =&#62;  $this-&#62;checkbox(&#039;cv_category&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;cv_all_categories&#039;, 										&#039;label&#039; =&#62; &#039;All Categories&#039;, 										&#039;desc&#039; =&#62; &#039;Allows you to see pageviews per category using advanced segments, should be used when you use multiple categories per post.&#039;, 										&#039;content&#039; =&#62;  $this-&#62;checkbox(&#039;cv_all_categories&#039;), 									);  									$modules[&#039;Custom Variables&#039;] = &#039;customvarsettings&#039;; 									$this-&#62;postbox(&#039;customvarsettings&#039;,&#039;Custom Variables Settings&#039;,$pre_content.$this-&#62;form_table($rows).$this-&#62;save_button()); 									 									$rows = array(); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;ignore_userlevel&#039;, 										&#039;label&#039; =&#62; &#039;Ignore users&#039;, 										&#039;desc&#039; =&#62; &#039;Users of the role you select and higher will be ignored, so if you select Editor, all Editors and Administrators will be ignored.&#039;, 										&#039;content&#039; =&#62; $this-&#62;select(&#039;ignore_userlevel&#039;, array( 											&#039;11&#039; =&#62; &#039;Ignore no-one&#039;, 											&#039;8&#039; =&#62; &#039;Administrator&#039;, 											&#039;5&#039; =&#62; &#039;Editor&#039;, 											&#039;2&#039; =&#62; &#039;Author&#039;,  											&#039;1&#039; =&#62; &#039;Contributor&#039;,  											&#039;0&#039; =&#62; &#039;Subscriber (ignores all logged in users)&#039;,  										)), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;outboundpageview&#039;, 										&#039;label&#039; =&#62; &#039;Track outbound clicks as pageviews&#039;, 										&#039;desc&#039; =&#62; &#039;You do not need to enable this to enable outbound click tracking, this changes the default behavior of tracking clicks as events to tracking them as pageviews. This is therefore not recommended, as this would schew your statistics, but &#60;em&#62;is&#60;/em&#62; sometimes necessary when you need to set outbound clicks as goals.&#039;, 										&#039;content&#039; =&#62;  $this-&#62;checkbox(&#039;outboundpageview&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;downloadspageview&#039;, 										&#039;label&#039; =&#62; &#039;Track downloads as pageviews&#039;, 										&#039;desc&#039; =&#62; &#039;Not recommended, as this would schew your statistics, but it does make it possible to track downloads as goals.&#039;, 										&#039;content&#039; =&#62;  $this-&#62;checkbox(&#039;downloadspageview&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;dlextensions&#039;, 										&#039;label&#039; =&#62; &#039;Extensions of files to track as downloads&#039;, 										&#039;content&#039; =&#62; $this-&#62;textinput(&#039;dlextensions&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;trackprefix&#039;, 										&#039;label&#039; =&#62; &#039;Prefix to use in Analytics before the tracked pageviews&#039;, 										&#039;desc&#039; =&#62; &#039;This prefix is used before all pageviews, they are then segmented automatically after that. If nothing is entered here, &#60;code&#62;/yoast-ga/&#60;/code&#62; is used.&#039;, 										&#039;content&#039; =&#62; $this-&#62;textinput(&#039;trackprefix&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;domainorurl&#039;, 										&#039;label&#039; =&#62; &#039;Track full URL of outbound clicks or just the domain&#039;, 										&#039;content&#039; =&#62; $this-&#62;select(&#039;domainorurl&#039;, array( 														&#039;domain&#039; =&#62; &#039;Just the domain&#039;, 														&#039;url&#039; =&#62; &#039;Track the complete URL&#039;, 													) 												), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;domain&#039;, 										&#039;label&#039; =&#62; &#039;Domain Tracking&#039;, 										&#039;desc&#039; =&#62; &#039;This allows you to set the domain that&#039;s set by &#60;a href=&#34;http://code.google.com/apis/analytics/docs/gaJSApiDomainDirectory.html#_gat.GA_Tracker_._setDomainName&#34;&#62;&#60;code&#62;setDomainName&#60;/code&#62;&#60;/a&#62; for tracking subdomains, if empty this will not be set.&#039;, 										&#039;content&#039; =&#62; $this-&#62;textinput(&#039;domain&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;trackadsense&#039;, 										&#039;label&#039; =&#62; &#039;Track AdSense&#039;, 										&#039;desc&#039; =&#62; &#039;This requires integration of your Analytics and AdSense account, for help, &#60;a href=&#34;http://google.com/support/analytics/bin/answer.py?answer=92625&#34;&#62;look here&#60;/a&#62;.&#039;, 										&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;trackadsense&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;gajslocalhosting&#039;, 										&#039;label&#039; =&#62; &#039;Host ga.js locally&#039;, 										&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;gajslocalhosting&#039;).&#039;&#60;div id=&#34;localhostingbox&#34;&#62; 											You have to provide a URL to your ga.js file: 											 										&#60;/div&#62;&#039;, 										&#039;desc&#039; =&#62; &#039;For some reasons you might want to use a locally hosted ga.js file, or another ga.js file, check the box and then please enter the full URL including http here.&#039; 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;extrase&#039;, 										&#039;label&#039; =&#62; &#039;Track extra Search Engines&#039;, 										&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;extrase&#039;).&#039;&#60;div id=&#34;extrasebox&#34;&#62; 											You can provide a custom URL to the extra search engines file if you want: 											 										&#60;/div&#62;&#039;, 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;rsslinktagging&#039;, 										&#039;label&#039; =&#62; &#039;Tag links in RSS feed with campaign variables&#039;, 										&#039;desc&#039; =&#62; &#039;Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically, and better than this plugin can. Check &#60;a href=&#34;http://www.google.com/support/feedburner/bin/answer.py?hl=en&#38;answer=165769&#34;&#62;this help page&#60;/a&#62; for info on how to enable this feature in FeedBurner.&#039;, 										&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;rsslinktagging&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;trackregistration&#039;, 										&#039;label&#039; =&#62; &#039;Add tracking to the login and registration forms&#039;, 										&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;trackregistration&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;trackcommentform&#039;, 										&#039;label&#039; =&#62; &#039;Add tracking to the comment forms&#039;, 										&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;trackcommentform&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;allowanchor&#039;, 										&#039;label&#039; =&#62; &#039;Use # instead of ? for Campaign tracking&#039;, 										&#039;desc&#039; =&#62; &#039;This adds a &#60;code&#62;&#60;a href=&#34;http://code.google.com/apis/analytics/docs/gaJSApiCampaignTracking.html#_gat.GA_Tracker_._setAllowAnchor&#34;&#62;_setAllowAnchor&#60;/a&#62;&#60;/code&#62; call to your tracking code, and makes RSS link tagging use a # as well.&#039;, 										&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;allowanchor&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;allowlinker&#039;, 										&#039;label&#039; =&#62; &#039;Add &#60;code&#62;_setAllowLinker&#60;/code&#62;&#039;, 										&#039;desc&#039; =&#62; &#039;This adds a &#60;code&#62;&#60;a href=&#34;http://code.google.com/apis/analytics/docs/gaJS/gaJSApiDomainDirectory.html#_gat.GA_Tracker_._setAllowLinker&#34;&#62;_setAllowLinker&#60;/a&#62;&#60;/code&#62; call to your tracking code,  allowing you to use &#60;code&#62;_link&#60;/code&#62; and related functions.&#039;, 										&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;allowlinker&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;anonymizeip&#039;, 										&#039;label&#039; =&#62; &#039;Anonymize IP&#039;s&#039;, 										&#039;desc&#039; =&#62; &#039;This adds &#60;code&#62;&#60;a href=&#34;http://code.google.com/apis/analytics/docs/gaJS/gaJSApi_gat.html#_gat._anonymizeIp&#34;&#62;_anonymizeIp&#60;/a&#62;&#60;/code&#62;, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage.&#039;, 										&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;anonymizeip&#039;), 									); 									$modules[&#039;Advanced Settings&#039;] = &#039;advancedgasettings&#039;; 									$this-&#62;postbox(&#039;advancedgasettings&#039;,&#039;Advanced Settings&#039;,$this-&#62;form_table($rows).$this-&#62;save_button());  									$rows = array(); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;internallink&#039;, 										&#039;label&#039; =&#62; &#039;Internal links to track as outbound&#039;, 										&#039;desc&#039; =&#62; &#039;If you want to track all internal links that begin with &#60;code&#62;/out/&#60;/code&#62;, enter &#60;code&#62;/out/&#60;/code&#62; in the box above. If you have multiple prefixes you can separate them with comma&#039;s: &#60;code&#62;/out/,/recommends/&#60;/code&#62;&#039;, 										&#039;content&#039; =&#62; $this-&#62;textinput(&#039;internallink&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;internallinklabel&#039;, 										&#039;label&#039; =&#62; &#039;Label to use&#039;, 										&#039;desc&#039; =&#62; &#039;The label to use for these links, this will be added to where the click came from, so if the label is &#34;aff&#34;, the label for a click from the content of an article becomes &#34;outbound-article-aff&#34;.&#039;, 										&#039;content&#039; =&#62; $this-&#62;textinput(&#039;internallinklabel&#039;), 									); 									$modules[&#039;Internal Link Tracking&#039;] = &#039;internallinktracking&#039;; 									$this-&#62;postbox(&#039;internallinktracking&#039;,&#039;Internal Links to Track as Outbound&#039;,$this-&#62;form_table($rows).$this-&#62;save_button()); 									 /*									if (class_exists(&#039;RGForms&#039;) &#38;&#38; GFCommon::$version &#62;= &#039;1.3.11&#039;) { 										$pre_content = &#039;This plugin can automatically tag your Gravity Forms to track form submissions as either events or pageviews&#039;; 										$rows = array(); 										$rows[] = array( 											&#039;id&#039; =&#62; &#039;taggfsubmit&#039;, 											&#039;label&#039; =&#62; &#039;Tag Gravity Forms&#039;, 											&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;taggfsubmit&#039;), 										); 										$rows[] = array( 											&#039;id&#039; =&#62; &#039;gfsubmiteventpv&#039;, 											&#039;label&#039; =&#62; &#039;Tag Gravity Forms as&#039;, 											&#039;content&#039; =&#62; &#039; 											Events 											Pageviews 											&#039;, 										); 										$this-&#62;postbox(&#039;gravityforms&#039;,&#039;Gravity Forms Settings&#039;,$pre_content.$this-&#62;form_table($rows).$this-&#62;save_button()); 										$modules[&#039;Gravity Forms&#039;] = &#039;gravityforms&#039;; 									} 									*/ 									if ( defined(&#039;WPSC_VERSION&#039;) ) { 										$pre_content = &#039;The WordPress e-Commerce plugin has been detected. This plugin can automatically add transaction tracking for you. To do that, &#60;a href=&#34;http://yoast.com/wordpress/google-analytics/enable-ecommerce/&#34;&#62;enable e-commerce for your reports in Google Analytics&#60;/a&#62; and then check the box below.&#039;; 										$rows = array(); 										$rows[] = array( 											&#039;id&#039; =&#62; &#039;wpec_tracking&#039;, 											&#039;label&#039; =&#62; &#039;Enable transaction tracking&#039;, 											&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;wpec_tracking&#039;), 										); 										$this-&#62;postbox(&#039;wpecommerce&#039;,&#039;WordPress e-Commerce Settings&#039;,$pre_content.$this-&#62;form_table($rows).$this-&#62;save_button()); 										$modules[&#039;WordPress e-Commerce&#039;] = &#039;wpecommerce&#039;; 									}  									global $Shopp; 									if ( isset($Shopp) ) { 										$pre_content = &#039;The Shopp e-Commerce plugin has been detected. This plugin can automatically add transaction tracking for you. To do that, &#60;a href=&#34;http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&#38;answer=55528&#34;&#62;enable e-commerce for your reports in Google Analytics&#60;/a&#62; and then check the box below.&#039;; 										$rows = array(); 										$rows[] = array( 											&#039;id&#039; =&#62; &#039;shopp_tracking&#039;, 											&#039;label&#039; =&#62; &#039;Enable transaction tracking&#039;, 											&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;shopp_tracking&#039;), 										); 										$this-&#62;postbox(&#039;shoppecommerce&#039;,&#039;Shopp e-Commerce Settings&#039;,$pre_content.$this-&#62;form_table($rows).$this-&#62;save_button()); 										$modules[&#039;Shopp&#039;] = &#039;shoppecommerce&#039;; 									} 									$pre_content = &#039;&#60;p&#62;If you want to confirm that tracking on your blog is working as it should, enable this option and check the console in &#60;a href=&#34;http://getfirebug.com/&#34;&#62;Firebug&#60;/a&#62; (for Firefox), &#60;a href=&#34;http://getfirebug.com/firebuglite&#34;&#62;Firebug Lite&#60;/a&#62; (for other browsers) or Chrome &#38; Safari&#039;s Web Inspector. Be absolutely sure to disable debugging afterwards, as it is slower than normal tracking.&#60;/p&#62;&#60;p&#62;&#60;strong&#62;Note&#60;/strong&#62;: the debugging and firebug scripts are only loaded for admins.&#60;/p&#62;&#039;; 									$rows = array(); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;debug&#039;, 										&#039;label&#039; =&#62; &#039;Enable debug mode&#039;, 										&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;debug&#039;), 									); 									$rows[] = array( 										&#039;id&#039; =&#62; &#039;firebuglite&#039;, 										&#039;label&#039; =&#62; &#039;Enable Firebug Lite&#039;, 										&#039;content&#039; =&#62; $this-&#62;checkbox(&#039;firebuglite&#039;), 									); 									$this-&#62;postbox(&#039;debugmode&#039;,&#039;Debug Mode&#039;,$pre_content.$this-&#62;form_table($rows).$this-&#62;save_button());								 									$modules[&#039;Debug Mode&#039;] = &#039;debugmode&#039;; 									?&#62; 					 					&#34; method=&#34;post&#34; onsubmit=&#34;javascript:return(confirm(&#039;Do you really want to reset all settings?&#039;));&#34;&#62; 						 						 						&#60;div class=&#34;submit&#34;&#62;&#60;/div&#62; 					 				&#60;/div&#62; 			&#60;/div&#62; 		&#60;/div&#62; 		&#60;div class=&#34;postbox-container side&#34; style=&#34;width:20%;&#34;&#62; 			&#60;div class=&#34;metabox-holder&#34;&#62;	 				&#60;div class=&#34;meta-box-sortables&#34;&#62; 					 0 ) 							$this-&#62;postbox(&#039;toc&#039;,&#039;List of Available Modules&#039;,$this-&#62;toc($modules)); 						$this-&#62;plugin_like(); 						$this-&#62;postbox(&#039;donate&#039;,&#039;&#60;strong class=&#34;red&#34;&#62;Donate $10, $20 or $50!&#60;/strong&#62;&#039;,&#039;&#60;p&#62;This plugin has cost me countless hours of work, if you use it, please donate a token of your appreciation!&#60;/p&#62;&#60;br /&#62; 						 						 						 						&#60;img alt=&#34;&#34; border=&#34;0&#34; src=&#34;https://www.paypal.com/en_US/i/scr/pixel.gif&#34; width=&#34;1&#34; height=&#34;1&#34;&#62; 						&#039;); 						$this-&#62;plugin_support(); 						$this-&#62;news();  					?&#62; 				&#60;/div&#62; 				&#60;br /&#62;&#60;br /&#62;&#60;br /&#62; 			&#60;/div&#62; 		&#60;/div&#62; 	&#60;/div&#62; 			 false, 				&#039;allowanchor&#039; 			=&#62; false, 				&#039;allowlinker&#039; 			=&#62; false, 				&#039;cv_loggedin&#039;			=&#62; false, 				&#039;cv_authorname&#039;			=&#62; false, 				&#039;cv_category&#039;			=&#62; false, 				&#039;cv_all_categories&#039;		=&#62; false, 				&#039;cv_tags&#039;				=&#62; false, 				&#039;cv_year&#039;				=&#62; false, 				&#039;cv_post_type&#039;			=&#62; false, 				&#039;dlextensions&#039; 			=&#62; &#039;doc,exe,js,pdf,ppt,tgz,zip,xls&#039;, 				&#039;domainorurl&#039; 			=&#62; &#039;domain&#039;, 				&#039;ga_token&#039; 				=&#62; &#039;&#039;, 				&#039;ga_api_responses&#039;		=&#62; array(), 				&#039;extrase&#039; 				=&#62; false, 				&#039;extraseurl&#039;			=&#62; &#039;&#039;, 				&#039;ignore_userlevel&#039;		=&#62; &#039;11&#039;, 				&#039;outboundpageview&#039;		=&#62; false, 				&#039;downloadspageview&#039;		=&#62; false, 				&#039;position&#039; 				=&#62; &#039;footer&#039;, 				&#039;trackcommentform&#039;		=&#62; true, 				&#039;trackadsense&#039;			=&#62; false, 				&#039;trackoutbound&#039; 		=&#62; true, 				&#039;trackregistration&#039; 	=&#62; false, 				&#039;rsslinktagging&#039;		=&#62; true, 				&#039;domain&#039; 				=&#62; &#039;&#039;, 			); 			update_option($this-&#62;optionname,$options); 			return $options; 		} 		 		function warning() { 			$options = get_option($this-&#62;optionname); 			if (!isset($options[&#039;uastring&#039;]) &#124;&#124; empty($options[&#039;uastring&#039;])) { 				echo &#34;&#60;div id=&#039;message&#039; class=&#039;error&#039;&#62;&#60;p&#62;&#60;strong&#62;Google Analytics is not active.&#60;/strong&#62; You must &#60;a&#62;plugin_options_url().&#34;&#039;&#62;select which Analytics Profile to track&#60;/a&#62; before it can work.&#60;/p&#62;&#60;/div&#62;&#34;; 			} 		} // end warning()  	} // end class GA_Admin  	$ga_admin = new GA_Admin(); } //endif   /**  * Code that actually inserts stuff into pages.  */ if ( ! class_exists( &#039;GA_Filter&#039; ) ) { 	class GA_Filter {  		/** 		 * Cleans the variable to make it ready for storing in Google Analytics 		 */ 		function ga_str_clean($val) { 			return remove_accents(str_replace(&#039;---&#039;,&#039;-&#039;,str_replace(&#039; &#039;,&#039;-&#039;,strtolower(html_entity_decode($val))))); 		} 		/* 		 * Insert the tracking code into the page 		 */ 		function spool_analytics() {	 			global $wp_query; 			// echo &#039;&#60;!--&#039;.print_r($wp_query,1).&#039;--&#62;&#039;;  			$options  = get_option(&#039;Yoast_Google_Analytics&#039;); 			 			/** 			 * The order of custom variables is very, very important: custom vars should always take up the same slot to make analysis easy. 			 */ 			$customvarslot = 1; 			if ( $options[&#34;uastring&#34;] != &#34;&#34; &#38;&#38; yoast_ga_do_tracking() &#38;&#38; !is_preview() ) {  				$push = array();  				if ( $options[&#039;allowanchor&#039;] ) 					$push[] = &#34;&#039;_setAllowAnchor&#039;,true&#34;;  				if ( $options[&#039;allowlinker&#039;] ) 					$push[] = &#34;&#039;_setAllowLinker&#039;,true&#34;; 				 				if ( $options[&#039;anonymizeip&#039;] ) 					$push[] = &#34;&#039;_gat._anonymizeIp&#039;&#34;; 					 				if ( isset($options[&#039;domain&#039;]) &#38;&#38; $options[&#039;domain&#039;] != &#34;&#34; ) { 					// should allow for a &#039;none&#039; domain too! 					if (substr($options[&#039;domain&#039;],0,1) != &#34;.&#34; &#38;&#38; $options[&#039;domain&#039;] != &#039;none&#039;) 						$options[&#039;domain&#039;] = &#34;.&#34;.$options[&#039;domain&#039;]; 					$push[] = &#34;&#039;_setDomainName&#039;,&#039;&#34;.$options[&#039;domain&#039;].&#34;&#039;&#34;; 				}  				if ( $options[&#039;cv_loggedin&#039;] ) { 					$current_user = wp_get_current_user(); 					if ( $current_user &#38;&#38; $current_user-&#62;ID != 0 ) 						$push[] = &#34;&#039;_setCustomVar&#039;,$customvarslot,&#039;logged-in&#039;,&#039;&#34;.$current_user-&#62;roles[0].&#34;&#039;,1&#34;; 					// Customvar slot needs to be upped even when the user is not logged in, to make sure the variables below are always in the same slot. 					$customvarslot++; 				}   				if ( is_singular() &#38;&#38; !is_home() ) { 					if ( $options[&#039;cv_post_type&#039;] ) { 						$post_type = get_post_type(); 						if ( $post_type ) { 							$push[] = &#34;&#039;_setCustomVar&#039;,&#34;.$customvarslot.&#34;,&#039;post_type&#039;,&#039;&#34;.$post_type.&#34;&#039;,3&#34;; 							$customvarslot++;						 						} 					} 					if ( $options[&#039;cv_authorname&#039;] ) { 						$push[] = &#34;&#039;_setCustomVar&#039;,$customvarslot,&#039;author&#039;,&#039;&#34;.GA_Filter::ga_str_clean(get_the_author_meta(&#039;display_name&#039;,$wp_query-&#62;post-&#62;post_author)).&#34;&#039;,3&#34;; 						$customvarslot++; 					} 					if ( $options[&#039;cv_tags&#039;] ) { 						$i = 0; 						$tagsstr = &#039;&#039;; 						foreach ( (array) get_the_tags() as $tag ) { 							if ($i &#62; 0) 								$tagsstr .= &#039; &#039;; 							$tagsstr .= $tag-&#62;slug; 							$i++; 						} 						// Max 64 chars for value and label combined, hence 64 - 4 						$tagsstr = substr($tagsstr, 0, 60); 						$push[] = &#34;&#039;_setCustomVar&#039;,$customvarslot,&#039;tags&#039;,&#039;&#34;.$tagsstr.&#34;&#039;,3&#34;; 						$customvarslot++; 					} 					if ( is_single() ) { 						if ( $options[&#039;cv_year&#039;] ) { 							$push[] = &#34;&#039;_setCustomVar&#039;,$customvarslot,&#039;year&#039;,&#039;&#34;.get_the_time(&#039;Y&#039;).&#34;&#039;,3&#34;; 							$customvarslot++; 						} 						if ( $options[&#039;cv_category&#039;] ) { 							$cats = get_the_category(); 							$push[] = &#34;&#039;_setCustomVar&#039;,$customvarslot,&#039;category&#039;,&#039;&#34;.$cats[0]-&#62;slug.&#34;&#039;,3&#34;; 							$customvarslot++; 						} 						if ( $options[&#039;cv_all_categories&#039;] ) { 							$i = 0; 							$catsstr = &#039;&#039;; 							foreach ( (array) get_the_category() as $cat ) { 								if ($i &#62; 0) 									$catsstr .= &#039; &#039;; 								$catsstr .= $cat-&#62;slug; 								$i++; 							} 							// Max 64 chars for value and label combined, hence 64 - 10  							$catsstr = substr($catsstr, 0, 54); 							$push[] = &#34;&#039;_setCustomVar&#039;,$customvarslot,&#039;categories&#039;,&#039;&#34;.$catsstr.&#34;&#039;,3&#34;; 							$customvarslot++; 						} 					} 				}   				$push = apply_filters(&#039;yoast-ga-custom-vars&#039;,$push, $customvarslot);  				$push = apply_filters(&#039;yoast-ga-push-before-pageview&#039;,$push); 				 				if ( is_404() ) { 					$push[] = &#34;&#039;_trackPageview&#039;,&#039;/404.html?page=&#039; + document.location.pathname + document.location.search + &#039;&#38;from=&#039; + document.referrer&#34;; 				} else if ($wp_query-&#62;is_search) { 					$pushstr = &#34;&#039;_trackPageview&#039;,&#039;&#34;.get_bloginfo(&#039;url&#039;).&#34;/?s=&#34;; 					if ($wp_query-&#62;found_posts == 0) { 						$push[] = $pushstr.&#34;no-results:&#34;.rawurlencode($wp_query-&#62;query_vars[&#039;s&#039;]).&#34;&#38;cat=no-results&#039;&#34;; 					} else if ($wp_query-&#62;found_posts == 1) { 						$push[] = $pushstr.rawurlencode($wp_query-&#62;query_vars[&#039;s&#039;]).&#34;&#38;cat=1-result&#039;&#34;; 					} else if ($wp_query-&#62;found_posts &#62; 1 &#38;&#38; $wp_query-&#62;found_posts query_vars[&#039;s&#039;]).&#34;&#38;cat=2-5-results&#039;&#34;; 					} else { 						$push[] = $pushstr.rawurlencode($wp_query-&#62;query_vars[&#039;s&#039;]).&#34;&#38;cat=plus-5-results&#039;&#34;; 					} 				} else { 					$push[] = &#34;&#039;_trackPageview&#039;&#34;; 				}  				$push = apply_filters(&#039;yoast-ga-push-after-pageview&#039;,$push);  				if ( defined(&#039;WPSC_VERSION&#039;) &#38;&#38; $options[&#039;wpec_tracking&#039;] ) 					$push = GA_Filter::wpec_transaction_tracking($push); 				 				if ($options[&#039;shopp_tracking&#039;]) { 					global $Shopp; 					if ( isset($Shopp) ) 						$push = GA_Filter::shopp_transaction_tracking($push);					 				} 				 				$pushstr = &#34;&#34;; 				foreach ($push as $key) { 					if (!empty($pushstr)) 						$pushstr .= &#34;,&#34;;  					$pushstr .= &#34;[&#34;.$key.&#34;]&#34;; 				}  				if ( current_user_can(&#039;manage_options&#039;) &#38;&#38; $options[&#039;firebuglite&#039;] &#38;&#38; $options[&#039;debug&#039;] ) 					echo &#039;&#039;; 				?&#62; 				 	// &#60;?php 			} else if ( $options[&#34;uastring&#34;] != &#34;&#34; ) { 				echo &#34;&#60;!-- Google Analytics tracking code not shown because users over level &#34;.$options[&#34;ignore_userlevel&#34;].&#34; are ignored --&#62;n&#34;; 			} else if ( $options[&#34;uastring&#34;] == &#34;&#34; &#38;&#38; current_user_can(&#039;manage_options&#039;) ) { 				echo &#34;&#60;!-- Google Analytics tracking code not shown because yo haven&#039;t chosen a Google Analytics account yet. --&#62;n&#34;; 			} 		}  		/* 		 * Insert the AdSense parameter code into the page. This&#039;ll go into the header per Google&#039;s instructions. 		 */ 		function spool_adsense() { 			$options  = get_option(&#039;Yoast_Google_Analytics&#039;); 			if ( $options[&#34;uastring&#34;] != &#34;&#34; &#38;&#38; yoast_ga_do_tracking() &#38;&#38; !is_preview() ) { 				echo &#039;&#039;.&#34;n&#34;; 				echo &#34;t&#34;.&#039;window.google_analytics_uacct = &#34;&#039;.$options[&#34;uastring&#34;].&#039;&#34;;&#039;.&#34;n&#34;;  				echo &#039;&#039;.&#34;n&#34;; 			} 		}		  		function ga_get_tracking_prefix() { 			$options  = get_option(&#039;Yoast_Google_Analytics&#039;); 			return (empty($options[&#039;trackprefix&#039;])) ? &#039;/yoast-ga/&#039; : $options[&#039;trackprefix&#039;]; 		} 		 		function ga_get_tracking_link($prefix, $target, $jsprefix = &#039;javascript:&#039;) { 			$options  = get_option(&#039;Yoast_Google_Analytics&#039;); 			if (  				( $prefix != &#039;download&#039; &#38;&#38; $options[&#039;outboundpageview&#039;] ) &#124;&#124;  				( $prefix == &#039;download&#039; &#38;&#38; $options[&#039;downloadspageview&#039;] ) )  			{ 				$prefix = GA_Filter::ga_get_tracking_prefix().$prefix; 				$pushstr = &#34;[&#039;_trackPageview&#039;,&#039;&#34;.$prefix.&#34;/&#34;.$target.&#34;&#039;]&#34;; 			} else { 				$pushstr = &#34;[&#039;_trackEvent&#039;,&#039;&#34;.$prefix.&#34;&#039;,&#039;&#34;.$target.&#34;&#039;]&#34;; 			} 			return $jsprefix.&#34;_gaq.push(&#34;.$pushstr.&#34;);&#34;; 		} 		 		function ga_get_domain($uri){ 			$hostPattern = &#34;/^(http://)?([^/]+)/i&#34;; 			$domainPatternUS = &#34;/[^./]+.[^./]+$/&#34;; 			$domainPatternUK = &#34;/[^./]+.[^./]+.[^./]+$/&#34;;  			preg_match($hostPattern, $uri, $matches); 			$host = $matches[2]; 			if (preg_match(&#34;/.*..*..*..*$/&#34;,$host)) 				preg_match($domainPatternUK, $host, $matches); 			else 				preg_match($domainPatternUS, $host, $matches);  			return array(&#34;domain&#34;=&#62;$matches[0],&#34;host&#34;=&#62;$host); 		}  		function ga_parse_link($category, $matches){ 			$origin = GA_Filter::ga_get_domain($_SERVER[&#34;HTTP_HOST&#34;]); 			$options  = get_option(&#039;Yoast_Google_Analytics&#039;); 			 			// Break out immediately if the link is not an http or https link. 			if (strpos($matches[2],&#34;http&#34;) !== 0) { 				$target = false; 			} else if ((strpos($matches[2],&#34;mailto&#34;) === 0)) { 				$target = &#039;email&#039;; 			} else { 				$target = GA_Filter::ga_get_domain($matches[3]); 			} 			$trackBit = &#34;&#34;; 			$extension = substr(strrchr($matches[3], &#039;.&#039;), 1); 			$dlextensions = explode(&#34;,&#34;,str_replace(&#039;.&#039;,&#039;&#039;,$options[&#039;dlextensions&#039;])); 			if ( $target ) { 				if ( $target == &#039;email&#039; ) { 					$trackBit = GA_Filter::ga_get_tracking_link(&#039;mailto&#039;, str_replace(&#039;mailto:&#039;,&#039;&#039;,$matches[3]),&#039;&#039;); 				} else if ( in_array($extension, $dlextensions) ) { 					$trackBit = GA_Filter::ga_get_tracking_link(&#039;download&#039;, $matches[3],&#039;&#039;); 				} else if ( $target[&#34;domain&#34;] != $origin[&#34;domain&#34;] ){ 					if ($options[&#039;domainorurl&#039;] == &#34;domain&#34;) { 						$url = $target[&#34;host&#34;]; 					} else if ($options[&#039;domainorurl&#039;] == &#34;url&#34;) { 						$url = $matches[3];  					} 					$trackBit = GA_Filter::ga_get_tracking_link($category, $url,&#039;&#039;); 				} else if ( $target[&#34;domain&#34;] == $origin[&#34;domain&#34;] &#38;&#38; isset($options[&#039;internallink&#039;]) &#38;&#38; $options[&#039;internallink&#039;] != &#039;&#039;) { 					$url = preg_replace(&#039;&#124;&#039;.$origin[&#34;host&#34;].&#039;&#124;&#039;,&#039;&#039;,$matches[3]); 					$extintlinks = explode(&#039;,&#039;,$options[&#039;internallink&#039;]); 					foreach ($extintlinks as $link) { 						if (preg_match(&#039;&#124;^&#039;.trim($link).&#039;&#124;&#039;, $url, $match)) { 							$label = $options[&#039;internallinklabel&#039;]; 							if ($label == &#039;&#039;) 								$label = &#039;int&#039;; 							$trackBit = GA_Filter::ga_get_tracking_link($category.&#039;-&#039;.$label, $url,&#039;&#039;); 						}						 					} 				} 			}  			if ($trackBit != &#34;&#34;) { 				if (preg_match(&#039;/onclick=[&#039;&#34;](.*?)[&#039;&#34;]/i&#039;, $matches[4]) &#62; 0) { 					// Check for manually tagged outbound clicks, and replace them with the tracking of choice. 					if (preg_match(&#039;/.*_track(Pageview&#124;Event).*/i&#039;, $matches[4]) &#62; 0) { 						$matches[4] = preg_replace(&#039;/onclick=[&#039;&#34;](javascript:)?(.*;)?[a-zA-Z0-9]+._track(Pageview&#124;Event)([^)]+)(;)?(.*)?[&#039;&#34;]/i&#039;, &#039;onclick=&#34;javascript:&#039; . $trackBit .&#039;$2$5&#34;&#039;, $matches[4]); 					} else { 						$matches[4] = preg_replace(&#039;/onclick=[&#039;&#34;](javascript:)?(.*?)[&#039;&#34;]/i&#039;, &#039;onclick=&#34;javascript:&#039; . $trackBit .&#039;$2&#34;&#039;, $matches[4]); 					} 				} else { 					$matches[4] = &#039;onclick=&#34;javascript:&#039; . $trackBit . &#039;&#34;&#039; . $matches[4]; 				}				 			} 			return &#039;&#60;a&#62;&#039; . $matches[5] . &#039;&#60;/a&#62;&#039;; 		}  		function ga_parse_article_link($matches){ 			return GA_Filter::ga_parse_link(&#039;outbound-article&#039;,$matches); 		}  		function ga_parse_comment_link($matches){ 			return GA_Filter::ga_parse_link(&#039;outbound-comment&#039;,$matches); 		}  		function ga_parse_widget_link($matches){ 			return GA_Filter::ga_parse_link(&#039;outbound-widget&#039;,$matches); 		}  		function widget_content($text) { 			if ( !yoast_ga_do_tracking() ) 				return $text; 			static $anchorPattern = &#039;/&#60;a&#62;(.*?)/i&#039;; 			$text = preg_replace_callback($anchorPattern,array(&#039;GA_Filter&#039;,&#039;ga_parse_widget_link&#039;),$text); 			return $text; 		} 		 		function the_content($text) { 			if ( !yoast_ga_do_tracking() ) 				return $text;  			if (!is_feed()) { 				static $anchorPattern = &#039;/&#60;a&#62;(.*?)/i&#039;; 				$text = preg_replace_callback($anchorPattern,array(&#039;GA_Filter&#039;,&#039;ga_parse_article_link&#039;),$text);				 			} 			return $text; 		}  		function comment_text($text) { 			if ( !yoast_ga_do_tracking() ) 				return $text;  			if (!is_feed()) { 				static $anchorPattern = &#039;/&#60;a&#62;(.*?)/i&#039;; 				$text = preg_replace_callback($anchorPattern,array(&#039;GA_Filter&#039;,&#039;ga_parse_comment_link&#039;),$text); 			} 			return $text; 		}  		function comment_author_link($text) { 			if ( !yoast_ga_do_tracking() ) 				return $text;  	        static $anchorPattern = &#039;/(.*s+.*?hrefs*=s*)[&#34;&#039;](.*?)[&#34;&#039;](.*)/&#039;; 			preg_match($anchorPattern, $text, $matches); 			if ($matches[2] == &#34;&#34;) return $text;  			$target = GA_Filter::ga_get_domain($matches[2]); 			$origin = GA_Filter::ga_get_domain($_SERVER[&#34;HTTP_HOST&#34;]); 			if ( $target[&#34;domain&#34;] != $origin[&#34;domain&#34;]  ){ 				if ($options[&#039;domainorurl&#039;] == &#34;domain&#34;) 					$url = $target[&#34;host&#34;]; 				else 					$url = $matches[2]; 				$trackBit = &#039;onclick=&#34;&#039;.GA_Filter::ga_get_tracking_link(&#039;outbound-commentauthor&#039;, $url).&#039;&#34;&#039;; 			}  			return $matches[1] . &#34;&#34;&#34; . $matches[2] . &#34;&#34; &#34; . $trackBit .&#34; &#34;. $matches[3];     		} 		 		function bookmarks($bookmarks) { 			if ( !yoast_ga_do_tracking() ) 				return $bookmarks; 			 			$i = 0; 			while ( $i link_url); 				$sitedomain = GA_Filter::ga_get_domain(get_bloginfo(&#039;url&#039;)); 				if ($target[&#039;host&#039;] == $sitedomain[&#039;host&#039;]) { 					$i++; 					continue; 				} 				if ($options[&#039;domainorurl&#039;] == &#34;domain&#34;) 					$url = $target[&#34;host&#34;]; 				else 					$url = $bookmarks[$i]-&#62;link_url; 				$trackBit = &#039;&#34; onclick=&#34;&#039;.GA_Filter::ga_get_tracking_link(&#039;outbound-blogroll&#039;, $url); 				$bookmarks[$i]-&#62;link_target .= $trackBit; 				$i++; 			} 			return $bookmarks; 		} 		 		function rsslinktagger($guid) { 			$options  = get_option(&#039;Yoast_Google_Analytics&#039;); 			global $wp, $post; 			if ( is_feed() ) { 				if ( $options[&#039;allowanchor&#039;] ) { 					$delimiter = &#039;#&#039;; 				} else { 					$delimiter = &#039;?&#039;; 					if (strpos ( $guid, $delimiter ) &#62; 0) 						$delimiter = &#039;&#38;&#039;; 				} 				return $guid . $delimiter . &#039;utm_source=rss&#38;utm_medium=rss&#38;utm_campaign=&#039;.urlencode($post-&#62;post_name); 			} 		} 		 		function wpec_transaction_tracking( $push ) { 			global $wpdb, $purchlogs, $cart_log_id; 			if( !isset( $cart_log_id ) &#124;&#124; empty($cart_log_id) ) 				return $push;  			$city = $wpdb-&#62;get_var (&#34;SELECT tf.value 		                               FROM &#34;.WPSC_TABLE_SUBMITED_FORM_DATA.&#34; tf 		                          LEFT JOIN &#34;.WPSC_TABLE_CHECKOUT_FORMS.&#34; cf 		                                 ON cf.id = tf.form_id 		                              WHERE cf.type = &#039;city&#039; 		                                AND log_id = &#34;.$cart_log_id );  			$country = $wpdb-&#62;get_var (&#34;SELECT tf.value 		                                  FROM &#34;.WPSC_TABLE_SUBMITED_FORM_DATA.&#34; tf 		                             LEFT JOIN &#34;.WPSC_TABLE_CHECKOUT_FORMS.&#34; cf 		                                    ON cf.id = tf.form_id 		                                 WHERE cf.type = &#039;country&#039; 		                                   AND log_id = &#34;.$cart_log_id );  			$cart_items = $wpdb-&#62;get_results (&#34;SELECT * FROM &#34;.WPSC_TABLE_CART_CONTENTS.&#34; WHERE purchaseid = &#34;.$cart_log_id, ARRAY_A);  			$total_shipping = $purchlogs-&#62;allpurchaselogs[0]-&#62;base_shipping;	 			$total_tax 		= 0; 			foreach ( $cart_items as $item ) { 				$total_shipping += $item[&#039;pnp&#039;]; 				$total_tax		+= $item[&#039;tax_charged&#039;]; 			}  			$push[] = &#34;&#039;_addTrans&#039;,&#039;&#34;.$cart_log_id.&#34;&#039;,&#34;															// Order ID 			.&#34;&#039;&#34;.GA_Filter::ga_str_clean(get_bloginfo(&#039;name&#039;)).&#34;&#039;,&#34;											// Store name 			.&#34;&#039;&#34;.nzshpcrt_currency_display($purchlogs-&#62;allpurchaselogs[0]-&#62;totalprice,1,true,false,true).&#34;&#039;,&#34;	// Total price 			.&#34;&#039;&#34;.nzshpcrt_currency_display($total_tax,1,true,false,true).&#34;&#039;,&#34;									// Tax 			.&#34;&#039;&#34;.nzshpcrt_currency_display($total_shipping,1,true,false,true).&#34;&#039;,&#34;								// Shipping 			.&#34;&#039;&#34;.$city.&#34;&#039;,&#34;																						// City 			.&#34;&#039;&#039;,&#34;																								// State 			.&#34;&#039;&#34;.$country.&#34;&#039;&#34;;																					// Country  			foreach( $cart_items as $item ) { 				$item[&#039;sku&#039;] = $wpdb-&#62;get_var( &#34;SELECT meta_value FROM &#34;.WPSC_TABLE_PRODUCTMETA.&#34; WHERE meta_key = &#039;sku&#039; AND product_id = &#039;&#34;.$item[&#039;prodid&#039;].&#34;&#039; LIMIT 1&#34; );  				$item[&#039;category&#039;] = $wpdb-&#62;get_var( &#34;SELECT pc.name FROM &#34;.WPSC_TABLE_PRODUCT_CATEGORIES.&#34; pc LEFT JOIN &#34;.WPSC_TABLE_ITEM_CATEGORY_ASSOC.&#34; ca ON pc.id = ca.category_id WHERE pc.group_id = &#039;1&#039; AND ca.product_id = &#039;&#34;.$item[&#039;prodid&#039;].&#34;&#039;&#34; );	 				$push[] = &#34;&#039;_addItem&#039;,&#34; 				.&#34;&#039;&#34;.$cart_log_id.&#34;&#039;,&#34;			// Order ID 				.&#34;&#039;&#34;.$item[&#039;sku&#039;].&#34;&#039;,&#34;			// Item SKU 				.&#34;&#039;&#34;.$item[&#039;name&#039;].&#34;&#039;,&#34;			// Item Name 				.&#34;&#039;&#34;.$item[&#039;category&#039;].&#34;&#039;,&#34;		// Item Category 				.&#34;&#039;&#34;.$item[&#039;price&#039;].&#34;&#039;,&#34;		// Item Price 				.&#34;&#039;&#34;.$item[&#039;quantity&#039;].&#34;&#039;&#34;;		// Item Quantity 			} 			$push[] = &#34;&#039;_trackTrans&#039;&#34;;  			return $push; 		} 		 		function shopp_transaction_tracking( $push ) { 			global $Shopp;  			// Only process if we&#039;re in the checkout process (receipt page) 			if (version_compare(substr(SHOPP_VERSION,0,3),&#039;1.1&#039;) &#62;= 0) { 				// Only process if we&#039;re in the checkout process (receipt page) 				if (function_exists(&#039;is_shopp_page&#039;) &#38;&#38; !is_shopp_page(&#039;checkout&#039;)) return $push; 				if (empty($Shopp-&#62;Order-&#62;purchase)) return $push;  				$Purchase = new Purchase($Shopp-&#62;Order-&#62;purchase); 				$Purchase-&#62;load_purchased(); 			} else { 				// For 1.0.x 				// Only process if we&#039;re in the checkout process (receipt page) 				if (function_exists(&#039;is_shopp_page&#039;) &#38;&#38; !is_shopp_page(&#039;checkout&#039;)) return $push; 				// Only process if we have valid order data 				if (!isset($Shopp-&#62;Cart-&#62;data-&#62;Purchase)) return $push; 				if (empty($Shopp-&#62;Cart-&#62;data-&#62;Purchase-&#62;id)) return $push;  				$Purchase = $Shopp-&#62;Cart-&#62;data-&#62;Purchase; 			}  			$push[] = &#34;&#039;_addTrans&#039;,&#34; 						.&#34;&#039;&#34;.$Purchase-&#62;id.&#34;&#039;,&#34;										// Order ID 						.&#34;&#039;&#34;.GA_Filter::ga_str_clean(get_bloginfo(&#039;name&#039;)).&#34;&#039;,&#34; 	// Store 						.&#34;&#039;&#34;.number_format($Purchase-&#62;total,2).&#34;&#039;,&#34; 				// Total price 						.&#34;&#039;&#34;.number_format($Purchase-&#62;tax,2).&#34;&#039;,&#34;					// Tax 						.&#34;&#039;&#34;.number_format($Purchase-&#62;shipping,2).&#34;&#039;,&#34;				// Shipping 						.&#34;&#039;&#34;.$Purchase-&#62;city.&#34;&#039;,&#34;									// City 						.&#34;&#039;&#34;.$Purchase-&#62;state.&#34;&#039;,&#34;									// State 						.&#34;&#039;.$Purchase-&#62;country.&#039;&#34;;									// Country  			foreach ($Purchase-&#62;purchased as $item) { 				$sku = empty($item-&#62;sku) ? &#039;PID-&#039;.$item-&#62;product.str_pad($item-&#62;price,4,&#039;0&#039;,STR_PAD_LEFT) : $item-&#62;sku; 				$push[] = 	&#34;&#039;_addItem&#039;,&#34; 							.&#34;&#039;&#34;.$Purchase-&#62;id.&#34;&#039;,&#34; 							.&#34;&#039;&#34;.$sku.&#34;&#039;,&#34; 							.&#34;&#039;&#34;.$item-&#62;name.&#34;&#039;,&#34; 							.&#34;&#039;&#34;.$item-&#62;optionlabel.&#34;&#039;,&#34; 							.&#34;&#039;&#34;.number_format($item-&#62;unitprice,2).&#34;&#039;,&#34; 							.&#34;&#039;&#34;.$item-&#62;quantity.&#34;&#039;&#34;; 			} 			$push[] = &#34;&#039;_trackTrans&#039;&#34;; 			return $push; 		} 		 	} // class GA_Filter } // endif  /**  * If setAllowAnchor is set to true, GA ignores all links tagged &#34;normally&#34;, so we redirect all &#34;normally&#34; tagged URL&#039;s  * to one tagged with a hash.   */ function ga_utm_hashtag_redirect() { 	if (isset($_SERVER[&#039;REQUEST_URI&#039;])) { 		if (strpos($_SERVER[&#039;REQUEST_URI&#039;], &#34;utm_&#34;) !== false) {			 			$url = &#039;http://&#039;; 			if ( isset($_SERVER[&#039;HTTPS&#039;]) &#38;&#38; $_SERVER[&#039;HTTPS&#039;] != &#34;&#34;) { 				$url = &#039;https://&#039;; 			} 			$url .= $_SERVER[&#039;SERVER_NAME&#039;]; 			if ( strpos($_SERVER[&#039;REQUEST_URI&#039;], &#34;?utm_&#34;) !== false ) { 				$url .= str_replace(&#34;?utm_&#34;,&#34;#utm_&#34;,$_SERVER[&#039;REQUEST_URI&#039;]); 			} else if ( strpos($_SERVER[&#039;REQUEST_URI&#039;], &#34;&#38;utm_&#34;) !== false ) { 				$url .= substr_replace($_SERVER[&#039;REQUEST_URI&#039;], &#34;#utm_&#34;, strpos($_SERVER[&#039;REQUEST_URI&#039;], &#34;&#38;utm_&#34;), 5);  			} 			wp_redirect($url, 301); 			exit; 		} 	} }  function yoast_ga_do_tracking() { 	$current_user = wp_get_current_user(); 	 	if (!$current_user) 		return true; 	 	$yoast_ga_options = get_option(&#039;Yoast_Google_Analytics&#039;); 	 	if ( ($current_user-&#62;user_level &#62;= $yoast_ga_options[&#34;ignore_userlevel&#34;]) ) 		return false; 	else 		return true; }  function track_comment_form_head() {     if (is_singular()) {         global $post;         $yoast_ga_options = get_option(&#039;Yoast_Google_Analytics&#039;);         if ( yoast_ga_do_tracking() &#38;&#38; $yoast_ga_options[&#34;trackcommentform&#34;] &#38;&#38; (&#039;open&#039; == $post-&#62;comment_status) )             wp_enqueue_script(&#039;jquery&#039;);         } } add_action(&#039;wp_print_scripts&#039;,&#039;track_comment_form_head&#039;);  $comment_form_id = &#039;&#039;; function yoast_get_comment_form_id($args) { 	global $comment_form_id; 	$comment_form_id = $args[&#039;id_form&#039;]; 	return $args; } add_filter(&#039;comment_form_defaults&#039;, &#039;yoast_get_comment_form_id&#039;,99,1);  function yoast_track_comment_form() {     global $comment_form_id, $post;     $yoast_ga_options = get_option(&#039;Yoast_Google_Analytics&#039;);     if ( yoast_ga_do_tracking() &#38;&#38; $yoast_ga_options[&#34;trackcommentform&#34;] ) { ?&#62;      jQuery(document).ready(function() {         jQuery(&#039;#&#039;).submit(function() {             _gaq.push(                 [&#039;_setAccount&#039;,&#039;&#039;],                 [&#039;_trackEvent&#039;,&#039;comment&#039;]             );         });     });       	 		jQuery(document).ready(function() { 			jQuery(&#039;.gform_wrapper form&#039;).submit(function() { 				_gaq.push(); 			}); 		}); 	 	&#60;?php } add_action(&#039;wp_footer&#039;,&#039;gfform_tag&#039;,10); */  function yoast_sanitize_relative_links($content) { 	preg_match(&#34;&#124;^http(s)?://([^/]+)&#124;i&#34;, get_bloginfo(&#039;url&#039;), $match);     $content = preg_replace(&#34;/&#60;a&#62;]*) href=(&#039;&#124;&#34;)/([^&#34;&#039;]*)(&#039;&#124;&#34;)/&#34;, &#34;&#60;a${1} href=&#34;&#34; .$match[0] .&#34;/&#34; .&#34;${3}&#34;&#34;, $content);  	if (is_singular()) { 		$content = preg_replace(&#34;/&#60;a&#62;]*) href=(&#039;&#124;&#34;)#([^&#34;&#039;]*)(&#039;&#124;&#34;)/&#34;, &#34;&#60;a${1} href=&#34;&#34; .get_permalink().&#34;#&#34; .&#34;${3}&#34;&#34;, $content);     }     return $content; } add_filter(&#039;the_content&#039;, &#039;yoast_sanitize_relative_links&#039;, 98); add_filter(&#039;widget_text&#039;, &#039;yoast_sanitize_relative_links&#039;, 98);  function yoast_analytics() { 	$options	= get_option(&#039;Yoast_Google_Analytics&#039;); 	if ($options[&#039;position&#039;] == &#039;manual&#039;) 		GA_Filter::spool_analytics(); 	else 		echo &#039;&#60;!-- Please set Google Analytics position to &#34;manual&#34; in the settings, or remove this call to yoast_analytics(); --&#62;&#039;; }  $gaf 		= new GA_Filter(); $options	= get_option(&#039;Yoast_Google_Analytics&#039;);  if (!is_array($options)) { 	$options = get_option(&#039;GoogleAnalyticsPP&#039;); 	if (!is_array($options)) { 		$ga_admin-&#62;set_defaults(); 	} else { 		delete_option(&#039;GoogleAnalyticsPP&#039;); 		if ($options[&#039;admintracking&#039;]) { 			$options[&#34;ignore_userlevel&#34;] = &#039;8&#039;; 			unset($options[&#039;admintracking&#039;]); 		} else { 			$options[&#34;ignore_userlevel&#34;] = &#039;11&#039;; 		} 		update_option(&#039;Yoast_Google_Analytics&#039;, $options); 	} }  if ( $options[&#039;allowanchor&#039;] ) { 	add_action(&#039;init&#039;,&#039;ga_utm_hashtag_redirect&#039;,1); }  if ($options[&#039;trackoutbound&#039;]) { 	// filters alter the existing content 	add_filter(&#039;the_content&#039;, array(&#039;GA_Filter&#039;,&#039;the_content&#039;), 99); 	add_filter(&#039;widget_text&#039;, array(&#039;GA_Filter&#039;,&#039;widget_content&#039;), 99); 	add_filter(&#039;the_excerpt&#039;, array(&#039;GA_Filter&#039;,&#039;the_content&#039;), 99); 	add_filter(&#039;comment_text&#039;, array(&#039;GA_Filter&#039;,&#039;comment_text&#039;), 99); 	add_filter(&#039;get_bookmarks&#039;, array(&#039;GA_Filter&#039;,&#039;bookmarks&#039;), 99); 	add_filter(&#039;get_comment_author_link&#039;, array(&#039;GA_Filter&#039;,&#039;comment_author_link&#039;), 99); }  if ($options[&#039;trackadsense&#039;]) 	add_action(&#039;wp_head&#039;, array(&#039;GA_Filter&#039;,&#039;spool_adsense&#039;),1);	  switch ($options[&#039;position&#039;]) { 	case &#039;manual&#039;: 		// No need to insert here, bail NOW. 		break; 	case &#039;header&#039;: 	default: 		add_action(&#039;wp_head&#039;, array(&#039;GA_Filter&#039;,&#039;spool_analytics&#039;),2); 		break; }  if ($options[&#039;trackregistration&#039;]) 	add_action(&#039;login_head&#039;, array(&#039;GA_Filter&#039;,&#039;spool_analytics&#039;),20);	 	 if ($options[&#039;rsslinktagging&#039;]) 	add_filter ( &#039;the_permalink_rss&#039;, array(&#039;GA_Filter&#039;,&#039;rsslinktagger&#039;), 99 );	  ?&#62;</description>
	<lastBuildDate>Wed, 22 Feb 2012 21:01:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thefutureprimitive.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Thefutureprimitive</title>
		<link>http://thefutureprimitive.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thefutureprimitive.wordpress.com/osd.xml" title="Thefutureprimitive" />
	<atom:link rel='hub' href='http://thefutureprimitive.wordpress.com/?pushpress=hub'/>
		<item>
		<title>CARVE DESIGNS</title>
		<link>http://thefutureprimitive.wordpress.com/2012/02/23/carve-designs/</link>
		<comments>http://thefutureprimitive.wordpress.com/2012/02/23/carve-designs/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 21:01:08 +0000</pubDate>
		<dc:creator>thefutureprimitive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thefutureprimitive.wordpress.com/?p=656</guid>
		<description><![CDATA[A set i built for Carve Designs a few months ago.  More of their clothing here. http://www.carvedesigns.com/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=656&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A set i built for Carve Designs a few months ago.  More of their clothing here.</p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2012/02/screen-shot-2012-02-22-at-12-58-45-pm.png"><img class="alignnone size-full wp-image-658" title="Screen shot 2012-02-22 at 12.58.45 PM" src="http://thefutureprimitive.files.wordpress.com/2012/02/screen-shot-2012-02-22-at-12-58-45-pm.png?w=460&#038;h=289" alt="" width="460" height="289" /></a></p>
<p><a href="//www.carvedesigns.com/">http://www.carvedesigns.com/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefutureprimitive.wordpress.com/656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefutureprimitive.wordpress.com/656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefutureprimitive.wordpress.com/656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefutureprimitive.wordpress.com/656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefutureprimitive.wordpress.com/656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefutureprimitive.wordpress.com/656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefutureprimitive.wordpress.com/656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefutureprimitive.wordpress.com/656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefutureprimitive.wordpress.com/656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefutureprimitive.wordpress.com/656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefutureprimitive.wordpress.com/656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefutureprimitive.wordpress.com/656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefutureprimitive.wordpress.com/656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefutureprimitive.wordpress.com/656/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=656&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefutureprimitive.wordpress.com/2012/02/23/carve-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9154314f7b274b2ab7743992e9680c2c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefutureprimitive</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/02/screen-shot-2012-02-22-at-12-58-45-pm.png" medium="image">
			<media:title type="html">Screen shot 2012-02-22 at 12.58.45 PM</media:title>
		</media:content>
	</item>
		<item>
		<title>Recent Press: Hypebeast and The Brooklyn Circus</title>
		<link>http://thefutureprimitive.wordpress.com/2012/02/02/recent-press-hypebeast-and-the-brooklyn-circus/</link>
		<comments>http://thefutureprimitive.wordpress.com/2012/02/02/recent-press-hypebeast-and-the-brooklyn-circus/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 02:14:48 +0000</pubDate>
		<dc:creator>thefutureprimitive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thefutureprimitive.wordpress.com/?p=651</guid>
		<description><![CDATA[http://hypebeast.com/2012/02/the-brooklyn-circus-2012-spring-new-releases/ check out my recent shoot with the Brooklyn Circus<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=651&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://hypebeast.com/2012/02/the-brooklyn-circus-2012-spring-new-releases/">http://hypebeast.com/2012/02/the-brooklyn-circus-2012-spring-new-releases/</a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2012/02/bkc_rw_loewy020_1024px.jpg"><img class="alignnone size-full wp-image-653" title="BKC_RW_loewy020_1024px" src="http://thefutureprimitive.files.wordpress.com/2012/02/bkc_rw_loewy020_1024px.jpg?w=460&#038;h=306" alt="" width="460" height="306" /></a></p>
<p>check out my recent shoot with the Brooklyn Circus</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefutureprimitive.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefutureprimitive.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefutureprimitive.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefutureprimitive.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefutureprimitive.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefutureprimitive.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefutureprimitive.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefutureprimitive.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefutureprimitive.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefutureprimitive.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefutureprimitive.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefutureprimitive.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefutureprimitive.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefutureprimitive.wordpress.com/651/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=651&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefutureprimitive.wordpress.com/2012/02/02/recent-press-hypebeast-and-the-brooklyn-circus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9154314f7b274b2ab7743992e9680c2c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefutureprimitive</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/02/bkc_rw_loewy020_1024px.jpg" medium="image">
			<media:title type="html">BKC_RW_loewy020_1024px</media:title>
		</media:content>
	</item>
		<item>
		<title>ANDREW PERKINS</title>
		<link>http://thefutureprimitive.wordpress.com/2012/01/04/603/</link>
		<comments>http://thefutureprimitive.wordpress.com/2012/01/04/603/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 00:41:08 +0000</pubDate>
		<dc:creator>thefutureprimitive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thefutureprimitive.wordpress.com/?p=603</guid>
		<description><![CDATA[Some photos i shot for my friend Andy. I have always admired his talent. Find his work here. http://www.ugallery.com/andrew-perkins<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=603&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some photos i shot for my friend Andy. I have always admired his talent. Find his work here.</p>
<p>http://www.ugallery.com/andrew-perkins</p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2012/01/ap_05.jpg"><img class="alignnone size-full wp-image-604" title="AP_05" src="http://thefutureprimitive.files.wordpress.com/2012/01/ap_05.jpg?w=460&#038;h=235" alt="" width="460" height="235" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2012/01/ap_07.jpg"><img class="alignnone size-full wp-image-605" title="AP_07" src="http://thefutureprimitive.files.wordpress.com/2012/01/ap_07.jpg?w=460&#038;h=265" alt="" width="460" height="265" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2012/01/ap_16.jpg"><img class="alignnone size-full wp-image-608" title="AP_16" src="http://thefutureprimitive.files.wordpress.com/2012/01/ap_16.jpg?w=460&#038;h=306" alt="" width="460" height="306" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2012/01/ap_25.jpg"><img class="alignnone size-full wp-image-609" title="AP_25" src="http://thefutureprimitive.files.wordpress.com/2012/01/ap_25.jpg?w=460&#038;h=301" alt="" width="460" height="301" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2012/01/ap_26.jpg"><img class="alignnone size-full wp-image-610" title="AP_26" src="http://thefutureprimitive.files.wordpress.com/2012/01/ap_26.jpg?w=460&#038;h=235" alt="" width="460" height="235" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefutureprimitive.wordpress.com/603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefutureprimitive.wordpress.com/603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefutureprimitive.wordpress.com/603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefutureprimitive.wordpress.com/603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefutureprimitive.wordpress.com/603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefutureprimitive.wordpress.com/603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefutureprimitive.wordpress.com/603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefutureprimitive.wordpress.com/603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefutureprimitive.wordpress.com/603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefutureprimitive.wordpress.com/603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefutureprimitive.wordpress.com/603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefutureprimitive.wordpress.com/603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefutureprimitive.wordpress.com/603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefutureprimitive.wordpress.com/603/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=603&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefutureprimitive.wordpress.com/2012/01/04/603/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9154314f7b274b2ab7743992e9680c2c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefutureprimitive</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/ap_05.jpg" medium="image">
			<media:title type="html">AP_05</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/ap_07.jpg" medium="image">
			<media:title type="html">AP_07</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/ap_16.jpg" medium="image">
			<media:title type="html">AP_16</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/ap_25.jpg" medium="image">
			<media:title type="html">AP_25</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/ap_26.jpg" medium="image">
			<media:title type="html">AP_26</media:title>
		</media:content>
	</item>
		<item>
		<title>Some gems from December.</title>
		<link>http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/</link>
		<comments>http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 00:32:50 +0000</pubDate>
		<dc:creator>thefutureprimitive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thefutureprimitive.wordpress.com/?p=621</guid>
		<description><![CDATA[Click em&#8217; and scroll through.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=621&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Click em&#8217; and scroll through.</p>

<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0117/' title='IMG_0117'><img data-attachment-id='622' data-orig-size='1600,1200' data-liked='0'width="150" height="112" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0117.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="IMG_0117" title="IMG_0117" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0078/' title='IMG_0078'><img data-attachment-id='623' data-orig-size='1200,1600' data-liked='0'width="112" height="150" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0078.jpg?w=112&#038;h=150" class="attachment-thumbnail" alt="IMG_0078" title="IMG_0078" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0084/' title='IMG_0084'><img data-attachment-id='624' data-orig-size='1200,1600' data-liked='0'width="112" height="150" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0084.jpg?w=112&#038;h=150" class="attachment-thumbnail" alt="IMG_0084" title="IMG_0084" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0122/' title='IMG_0122'><img data-attachment-id='625' data-orig-size='600,600' data-liked='0'width="150" height="150" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0122.jpg?w=150&#038;h=150" class="attachment-thumbnail" alt="IMG_0122" title="IMG_0122" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/l1100082/' title='L1100082'><img data-attachment-id='626' data-orig-size='3968,2232' data-liked='0'width="150" height="84" src="http://thefutureprimitive.files.wordpress.com/2012/01/l1100082.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="L1100082" title="L1100082" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0032/' title='IMG_0032'><img data-attachment-id='627' data-orig-size='1600,1200' data-liked='0'width="150" height="112" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0032.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="IMG_0032" title="IMG_0032" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0114/' title='IMG_0114'><img data-attachment-id='628' data-orig-size='600,600' data-liked='0'width="150" height="150" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0114.jpg?w=150&#038;h=150" class="attachment-thumbnail" alt="IMG_0114" title="IMG_0114" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0141/' title='IMG_0141'><img data-attachment-id='629' data-orig-size='1600,1200' data-liked='0'width="150" height="112" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0141.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="IMG_0141" title="IMG_0141" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0144/' title='IMG_0144'><img data-attachment-id='630' data-orig-size='600,600' data-liked='0'width="150" height="150" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0144.jpg?w=150&#038;h=150" class="attachment-thumbnail" alt="IMG_0144" title="IMG_0144" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/l1090948/' title='L1090948'><img data-attachment-id='631' data-orig-size='3776,2520' data-liked='0'width="150" height="100" src="http://thefutureprimitive.files.wordpress.com/2012/01/l1090948.jpg?w=150&#038;h=100" class="attachment-thumbnail" alt="L1090948" title="L1090948" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0034/' title='IMG_0034'><img data-attachment-id='632' data-orig-size='1200,1600' data-liked='0'width="112" height="150" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0034.jpg?w=112&#038;h=150" class="attachment-thumbnail" alt="IMG_0034" title="IMG_0034" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0134/' title='IMG_0134'><img data-attachment-id='633' data-orig-size='1200,1600' data-liked='0'width="112" height="150" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0134.jpg?w=112&#038;h=150" class="attachment-thumbnail" alt="IMG_0134" title="IMG_0134" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0031/' title='IMG_0031'><img data-attachment-id='634' data-orig-size='1200,1600' data-liked='0'width="112" height="150" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0031.jpg?w=112&#038;h=150" class="attachment-thumbnail" alt="IMG_0031" title="IMG_0031" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/l1100086/' title='L1100086'><img data-attachment-id='635' data-orig-size='3968,2232' data-liked='0'width="150" height="84" src="http://thefutureprimitive.files.wordpress.com/2012/01/l1100086.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="L1100086" title="L1100086" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0085/' title='IMG_0085'><img data-attachment-id='636' data-orig-size='1600,1200' data-liked='0'width="150" height="112" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0085.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="IMG_0085" title="IMG_0085" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0023/' title='IMG_0023'><img data-attachment-id='637' data-orig-size='1600,1200' data-liked='0'width="150" height="112" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0023.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="IMG_0023" title="IMG_0023" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0146/' title='IMG_0146'><img data-attachment-id='638' data-orig-size='600,600' data-liked='0'width="150" height="150" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0146.jpg?w=150&#038;h=150" class="attachment-thumbnail" alt="IMG_0146" title="IMG_0146" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0059/' title='IMG_0059'><img data-attachment-id='639' data-orig-size='1200,1600' data-liked='0'width="112" height="150" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0059.jpg?w=112&#038;h=150" class="attachment-thumbnail" alt="IMG_0059" title="IMG_0059" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0052/' title='IMG_0052'><img data-attachment-id='640' data-orig-size='1200,1600' data-liked='0'width="112" height="150" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0052.jpg?w=112&#038;h=150" class="attachment-thumbnail" alt="IMG_0052" title="IMG_0052" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/l1090933/' title='L1090933'><img data-attachment-id='641' data-orig-size='3648,2736' data-liked='0'width="150" height="112" src="http://thefutureprimitive.files.wordpress.com/2012/01/l1090933.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="L1090933" title="L1090933" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/l1100108/' title='L1100108'><img data-attachment-id='642' data-orig-size='3968,2232' data-liked='0'width="150" height="84" src="http://thefutureprimitive.files.wordpress.com/2012/01/l1100108.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="L1100108" title="L1100108" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0080/' title='IMG_0080'><img data-attachment-id='643' data-orig-size='1200,1600' data-liked='0'width="112" height="150" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0080.jpg?w=112&#038;h=150" class="attachment-thumbnail" alt="IMG_0080" title="IMG_0080" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/img_0148/' title='IMG_0148'><img data-attachment-id='644' data-orig-size='600,600' data-liked='0'width="150" height="150" src="http://thefutureprimitive.files.wordpress.com/2012/01/img_0148.jpg?w=150&#038;h=150" class="attachment-thumbnail" alt="IMG_0148" title="IMG_0148" /></a>
<a href='http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/l1100088/' title='L1100088'><img data-attachment-id='645' data-orig-size='3968,2232' data-liked='0'width="150" height="84" src="http://thefutureprimitive.files.wordpress.com/2012/01/l1100088.jpg?w=150&#038;h=84" class="attachment-thumbnail" alt="L1100088" title="L1100088" /></a>

<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefutureprimitive.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefutureprimitive.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefutureprimitive.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefutureprimitive.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefutureprimitive.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefutureprimitive.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefutureprimitive.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefutureprimitive.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefutureprimitive.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefutureprimitive.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefutureprimitive.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefutureprimitive.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefutureprimitive.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefutureprimitive.wordpress.com/621/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=621&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefutureprimitive.wordpress.com/2012/01/04/some-gems-from-december/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9154314f7b274b2ab7743992e9680c2c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefutureprimitive</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0117.jpg?w=150" medium="image">
			<media:title type="html">IMG_0117</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0078.jpg?w=112" medium="image">
			<media:title type="html">IMG_0078</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0084.jpg?w=112" medium="image">
			<media:title type="html">IMG_0084</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0122.jpg?w=150" medium="image">
			<media:title type="html">IMG_0122</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/l1100082.jpg?w=150" medium="image">
			<media:title type="html">L1100082</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0032.jpg?w=150" medium="image">
			<media:title type="html">IMG_0032</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0114.jpg?w=150" medium="image">
			<media:title type="html">IMG_0114</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0141.jpg?w=150" medium="image">
			<media:title type="html">IMG_0141</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0144.jpg?w=150" medium="image">
			<media:title type="html">IMG_0144</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/l1090948.jpg?w=150" medium="image">
			<media:title type="html">L1090948</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0034.jpg?w=112" medium="image">
			<media:title type="html">IMG_0034</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0134.jpg?w=112" medium="image">
			<media:title type="html">IMG_0134</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0031.jpg?w=112" medium="image">
			<media:title type="html">IMG_0031</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/l1100086.jpg?w=150" medium="image">
			<media:title type="html">L1100086</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0085.jpg?w=150" medium="image">
			<media:title type="html">IMG_0085</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0023.jpg?w=150" medium="image">
			<media:title type="html">IMG_0023</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0146.jpg?w=150" medium="image">
			<media:title type="html">IMG_0146</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0059.jpg?w=112" medium="image">
			<media:title type="html">IMG_0059</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0052.jpg?w=112" medium="image">
			<media:title type="html">IMG_0052</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/l1090933.jpg?w=150" medium="image">
			<media:title type="html">L1090933</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/l1100108.jpg?w=150" medium="image">
			<media:title type="html">L1100108</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0080.jpg?w=112" medium="image">
			<media:title type="html">IMG_0080</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/img_0148.jpg?w=150" medium="image">
			<media:title type="html">IMG_0148</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2012/01/l1100088.jpg?w=150" medium="image">
			<media:title type="html">L1100088</media:title>
		</media:content>
	</item>
		<item>
		<title>Some new shoes.</title>
		<link>http://thefutureprimitive.wordpress.com/2011/12/19/some-new-shoes/</link>
		<comments>http://thefutureprimitive.wordpress.com/2011/12/19/some-new-shoes/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 18:48:53 +0000</pubDate>
		<dc:creator>thefutureprimitive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thefutureprimitive.wordpress.com/?p=594</guid>
		<description><![CDATA[Finally get to ride these badboys. One of my favorite companies. Great group of people involved. Not to mention amazing art and product. www.solitaryarts.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=594&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://thefutureprimitive.files.wordpress.com/2011/12/img_0072.jpg"><img class="alignnone size-full wp-image-595" title="IMG_0072" src="http://thefutureprimitive.files.wordpress.com/2011/12/img_0072.jpg?w=460&#038;h=474" alt="" width="460" height="474" /></a></p>
<p>Finally get to ride these badboys. One of my favorite companies. Great group of people involved. Not to mention amazing art and product.</p>
<p><a href="http://solitaryarts.com">www.solitaryarts.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefutureprimitive.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefutureprimitive.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefutureprimitive.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefutureprimitive.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefutureprimitive.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefutureprimitive.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefutureprimitive.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefutureprimitive.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefutureprimitive.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefutureprimitive.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefutureprimitive.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefutureprimitive.wordpress.com/594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefutureprimitive.wordpress.com/594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefutureprimitive.wordpress.com/594/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=594&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefutureprimitive.wordpress.com/2011/12/19/some-new-shoes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9154314f7b274b2ab7743992e9680c2c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefutureprimitive</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/12/img_0072.jpg" medium="image">
			<media:title type="html">IMG_0072</media:title>
		</media:content>
	</item>
		<item>
		<title>Pool video.</title>
		<link>http://thefutureprimitive.wordpress.com/2011/11/12/pool-video/</link>
		<comments>http://thefutureprimitive.wordpress.com/2011/11/12/pool-video/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 18:39:42 +0000</pubDate>
		<dc:creator>thefutureprimitive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thefutureprimitive.wordpress.com/?p=586</guid>
		<description><![CDATA[The homies Alex and Ian put this edit together. Thanks Ian, check his work out. http://sessionspace.blogspot.com/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=586&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The homies Alex and Ian put this edit together. Thanks Ian, check his work out.</p>
<p><a href="http://sessionspace.blogspot.com/" target="_blank">http://sessionspace.blogspot.com/</a></p>
<p><span style="text-align:center; display: block;"><a href="http://thefutureprimitive.wordpress.com/2011/11/12/pool-video/"><img src="http://img.youtube.com/vi/_CtwaqN9hKU/2.jpg" alt="" /></a></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefutureprimitive.wordpress.com/586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefutureprimitive.wordpress.com/586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefutureprimitive.wordpress.com/586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefutureprimitive.wordpress.com/586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefutureprimitive.wordpress.com/586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefutureprimitive.wordpress.com/586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefutureprimitive.wordpress.com/586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefutureprimitive.wordpress.com/586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefutureprimitive.wordpress.com/586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefutureprimitive.wordpress.com/586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefutureprimitive.wordpress.com/586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefutureprimitive.wordpress.com/586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefutureprimitive.wordpress.com/586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefutureprimitive.wordpress.com/586/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=586&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefutureprimitive.wordpress.com/2011/11/12/pool-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9154314f7b274b2ab7743992e9680c2c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefutureprimitive</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/_CtwaqN9hKU/2.jpg" medium="image" />
	</item>
		<item>
		<title>Mark talk Ty, Reeeeal good.</title>
		<link>http://thefutureprimitive.wordpress.com/2011/11/11/mark-talk-ty-reeeeal-good/</link>
		<comments>http://thefutureprimitive.wordpress.com/2011/11/11/mark-talk-ty-reeeeal-good/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 00:04:08 +0000</pubDate>
		<dc:creator>thefutureprimitive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thefutureprimitive.wordpress.com/?p=580</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=580&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/l10906861.jpg"><img class="alignnone size-full wp-image-583" title="L1090686" src="http://thefutureprimitive.files.wordpress.com/2011/11/l10906861.jpg?w=460&#038;h=345" alt="" width="460" height="345" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefutureprimitive.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefutureprimitive.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefutureprimitive.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefutureprimitive.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefutureprimitive.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefutureprimitive.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefutureprimitive.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefutureprimitive.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefutureprimitive.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefutureprimitive.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefutureprimitive.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefutureprimitive.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefutureprimitive.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefutureprimitive.wordpress.com/580/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=580&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefutureprimitive.wordpress.com/2011/11/11/mark-talk-ty-reeeeal-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9154314f7b274b2ab7743992e9680c2c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefutureprimitive</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/l10906861.jpg" medium="image">
			<media:title type="html">L1090686</media:title>
		</media:content>
	</item>
		<item>
		<title>A Range, Arranged. Mark Johnsen.</title>
		<link>http://thefutureprimitive.wordpress.com/2011/11/10/a-range-arranged-mark-johnsen/</link>
		<comments>http://thefutureprimitive.wordpress.com/2011/11/10/a-range-arranged-mark-johnsen/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 18:28:50 +0000</pubDate>
		<dc:creator>thefutureprimitive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thefutureprimitive.wordpress.com/?p=558</guid>
		<description><![CDATA[You might recognize this guy. Cheers on a good show. It has been great watching your work develop over the years. I truly admire you, your work and your sensibility. butchered this one with an iphone image. sorry mark. monotypes&#8230; good job sharky boy. &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=558&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You might recognize this guy. Cheers on a good show. It has been great watching your work develop over the years. I truly admire you, your work and your sensibility.</p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/img_0009.jpg"><img class="alignnone size-full wp-image-564" title="IMG_0009" src="http://thefutureprimitive.files.wordpress.com/2011/11/img_0009.jpg?w=460&#038;h=345" alt="" width="460" height="345" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/img_0002.jpg"><img class="alignnone size-full wp-image-561" title="IMG_0002" src="http://thefutureprimitive.files.wordpress.com/2011/11/img_0002.jpg?w=460&#038;h=345" alt="" width="460" height="345" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/img_0003.jpg"><img class="alignnone size-full wp-image-574" title="IMG_0003" src="http://thefutureprimitive.files.wordpress.com/2011/11/img_0003.jpg?w=460&#038;h=344" alt="" width="460" height="344" /></a></p>
<p>butchered this one with an iphone image. sorry mark.</p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/img_0007.jpg"><img class="alignnone size-full wp-image-562" title="IMG_0007" src="http://thefutureprimitive.files.wordpress.com/2011/11/img_0007.jpg?w=460&#038;h=345" alt="" width="460" height="345" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/img_0006.jpg"><img class="alignnone size-full wp-image-575" title="IMG_0006" src="http://thefutureprimitive.files.wordpress.com/2011/11/img_0006.jpg?w=460&#038;h=613" alt="" width="460" height="613" /></a></p>
<p>monotypes&#8230;</p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/img_0008.jpg"><img class="alignnone size-full wp-image-563" title="IMG_0008" src="http://thefutureprimitive.files.wordpress.com/2011/11/img_0008.jpg?w=460&#038;h=345" alt="" width="460" height="345" /></a></p>
<p>good job sharky boy.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefutureprimitive.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefutureprimitive.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefutureprimitive.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefutureprimitive.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefutureprimitive.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefutureprimitive.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefutureprimitive.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefutureprimitive.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefutureprimitive.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefutureprimitive.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefutureprimitive.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefutureprimitive.wordpress.com/558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefutureprimitive.wordpress.com/558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefutureprimitive.wordpress.com/558/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=558&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefutureprimitive.wordpress.com/2011/11/10/a-range-arranged-mark-johnsen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9154314f7b274b2ab7743992e9680c2c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefutureprimitive</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/img_0009.jpg" medium="image">
			<media:title type="html">IMG_0009</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/img_0002.jpg" medium="image">
			<media:title type="html">IMG_0002</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/img_0003.jpg" medium="image">
			<media:title type="html">IMG_0003</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/img_0007.jpg" medium="image">
			<media:title type="html">IMG_0007</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/img_0006.jpg" medium="image">
			<media:title type="html">IMG_0006</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/img_0008.jpg" medium="image">
			<media:title type="html">IMG_0008</media:title>
		</media:content>
	</item>
		<item>
		<title>2 months in 2 minutes.</title>
		<link>http://thefutureprimitive.wordpress.com/2011/11/04/2-months-in-2-minutes-2/</link>
		<comments>http://thefutureprimitive.wordpress.com/2011/11/04/2-months-in-2-minutes-2/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 21:20:29 +0000</pubDate>
		<dc:creator>thefutureprimitive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thefutureprimitive.wordpress.com/?p=555</guid>
		<description><![CDATA[install from start to finish. check the timelapse.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=555&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><object width="460" height="259"><param name="movie" value="http://www.youtube.com/v/PYVq1ygAHFY?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PYVq1ygAHFY?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="460" height="259" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>install from start to finish. check the timelapse.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefutureprimitive.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefutureprimitive.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefutureprimitive.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefutureprimitive.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefutureprimitive.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefutureprimitive.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefutureprimitive.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefutureprimitive.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefutureprimitive.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefutureprimitive.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefutureprimitive.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefutureprimitive.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefutureprimitive.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefutureprimitive.wordpress.com/555/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=555&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefutureprimitive.wordpress.com/2011/11/04/2-months-in-2-minutes-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9154314f7b274b2ab7743992e9680c2c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefutureprimitive</media:title>
		</media:content>
	</item>
		<item>
		<title>The Remnants</title>
		<link>http://thefutureprimitive.wordpress.com/2011/11/02/the-reminants/</link>
		<comments>http://thefutureprimitive.wordpress.com/2011/11/02/the-reminants/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 18:37:33 +0000</pubDate>
		<dc:creator>thefutureprimitive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thefutureprimitive.wordpress.com/?p=515</guid>
		<description><![CDATA[By far worth all the work and controversy. Had a blast with this project. Thanks for all the help and support&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=515&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>By far worth all the work and controversy. Had a blast with this project. Thanks for all the help and support&#8230;</p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_1.jpg"><img class="alignnone size-full wp-image-522" title="wordpresspool_1" src="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_1.jpg?w=460&#038;h=302" alt="" width="460" height="302" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_12.jpg"><img title="wordpresspool_12" src="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_12.jpg?w=460&#038;h=289" alt="" width="460" height="289" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_13.jpg"><img title="wordpresspool_13" src="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_13.jpg?w=460&#038;h=278" alt="" width="460" height="278" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_5.jpg"><img title="wordpresspool_5" src="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_5.jpg?w=460&#038;h=306" alt="" width="460" height="306" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_11.jpg"><img class="alignnone size-full wp-image-529" title="wordpresspool_11" src="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_11.jpg?w=460&#038;h=290" alt="" width="460" height="290" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_6.jpg"><img class="alignnone size-full wp-image-517" title="wordpresspool_6" src="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_6.jpg?w=460&#038;h=323" alt="" width="460" height="323" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_3.jpg"><img class="alignnone size-full wp-image-520" title="wordpresspool_3" src="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_3.jpg?w=460&#038;h=306" alt="" width="460" height="306" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_9.jpg"><img title="wordpresspool_9" src="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_9.jpg?w=460&#038;h=306" alt="" width="460" height="306" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_7.jpg"><img title="wordpresspool_7" src="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_7.jpg?w=460&#038;h=306" alt="" width="460" height="306" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_15.jpg"><img title="wordpresspool_15" src="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_15.jpg?w=460&#038;h=306" alt="" width="460" height="306" /></a></p>
<p><a href="http://thefutureprimitive.files.wordpress.com/2011/10/dfdf.jpg"><img title="dfdf" src="http://thefutureprimitive.files.wordpress.com/2011/10/dfdf.jpg?w=460&#038;h=306" alt="" width="460" height="306" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thefutureprimitive.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thefutureprimitive.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thefutureprimitive.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thefutureprimitive.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thefutureprimitive.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thefutureprimitive.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thefutureprimitive.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thefutureprimitive.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thefutureprimitive.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thefutureprimitive.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thefutureprimitive.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thefutureprimitive.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thefutureprimitive.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thefutureprimitive.wordpress.com/515/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thefutureprimitive.wordpress.com&amp;blog=11484024&amp;post=515&amp;subd=thefutureprimitive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thefutureprimitive.wordpress.com/2011/11/02/the-reminants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9154314f7b274b2ab7743992e9680c2c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thefutureprimitive</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_1.jpg" medium="image">
			<media:title type="html">wordpresspool_1</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_12.jpg" medium="image">
			<media:title type="html">wordpresspool_12</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_13.jpg" medium="image">
			<media:title type="html">wordpresspool_13</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_5.jpg" medium="image">
			<media:title type="html">wordpresspool_5</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_11.jpg" medium="image">
			<media:title type="html">wordpresspool_11</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_6.jpg" medium="image">
			<media:title type="html">wordpresspool_6</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_3.jpg" medium="image">
			<media:title type="html">wordpresspool_3</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_9.jpg" medium="image">
			<media:title type="html">wordpresspool_9</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_7.jpg" medium="image">
			<media:title type="html">wordpresspool_7</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/11/wordpresspool_15.jpg" medium="image">
			<media:title type="html">wordpresspool_15</media:title>
		</media:content>

		<media:content url="http://thefutureprimitive.files.wordpress.com/2011/10/dfdf.jpg" medium="image">
			<media:title type="html">dfdf</media:title>
		</media:content>
	</item>
	</channel>
</rss>
