<!doctype html>
<html lang="en">
  <head>
    <title>sunforged on HubPages</title>
<link href="https://sb.scorecardresearch.com/beacon.js" rel="preconnect">
<link href="https://uid.mavencoalition.io/" rel="preconnect">
<link rel="preload" href="https://www.google-analytics.com/analytics.js" as="script" >

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<meta name="description" content="  How to write a captivating and explosive author bio
by Joshua Sunforged
You only get a few choice lines to capture the readers attention and impart..."/>
<meta name="format-detection" content="telephone=no"/>
<meta name="referrer" content="always">



<script>var hpTrafficRecirculation = {showMavenWidget: false, logLiftigniterPageview: false, mavenChannels: []};</script><script>var hpstdata = {
hp_tracking_type: 'p',
hp_tracking_id: 392473,
tracking: ''
};
</script><script>
window.gdprConsents = {"version":1,"user_version":1,"categories":{"features":null,"marketing":null,"stats":null},"vendors":{"features":{"googlesearch":null,"googlemaps":null,"googlecharts":null,"adsensehost":null,"youtube":null,"vimeo":null,"paypal":null,"facebooklogin":null,"maven":null},"marketing":{"adsense":null,"doubleclick":null,"indexexchange":null,"sovrn":null,"facebookads":null,"amazonads":null,"appnexus":null,"openx":null,"rubicon":null,"triplelift":null,"saymedia":null,"remarketing":null,"conversion":null},"stats":{"authoranalytics":null,"comscore":null,"amazonaffpixel":null,"clicksco":null}},"eu":false};
// polyfill-promise 8.1.0
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n():"function"==typeof define&&define.amd?define(n):n()}(0,function(){"use strict";function e(e){var n=this.constructor;return this.then(function(t){return n.resolve(e()).then(function(){return t})},function(t){return n.resolve(e()).then(function(){return n.reject(t)})})}function n(){}function t(e){if(!(this instanceof t))throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=undefined,this._deferreds=[],u(e,this)}function o(e,n){for(;3===e._state;)e=e._value;0!==e._state?(e._handled=!0,t._immediateFn(function(){var t=1===e._state?n.onFulfilled:n.onRejected;if(null!==t){var o;try{o=t(e._value)}catch(f){return void i(n.promise,f)}r(n.promise,o)}else(1===e._state?r:i)(n.promise,e._value)})):e._deferreds.push(n)}function r(e,n){try{if(n===e)throw new TypeError("A promise cannot be resolved with itself.");if(n&&("object"==typeof n||"function"==typeof n)){var o=n.then;if(n instanceof t)return e._state=3,e._value=n,void f(e);if("function"==typeof o)return void u(function(e,n){return function(){e.apply(n,arguments)}}(o,n),e)}e._state=1,e._value=n,f(e)}catch(r){i(e,r)}}function i(e,n){e._state=2,e._value=n,f(e)}function f(e){2===e._state&&0===e._deferreds.length&&t._immediateFn(function(){e._handled||t._unhandledRejectionFn(e._value)});for(var n=0,r=e._deferreds.length;r>n;n++)o(e,e._deferreds[n]);e._deferreds=null}function u(e,n){var t=!1;try{e(function(e){t||(t=!0,r(n,e))},function(e){t||(t=!0,i(n,e))})}catch(o){if(t)return;t=!0,i(n,o)}}var c=setTimeout;t.prototype["catch"]=function(e){return this.then(null,e)},t.prototype.then=function(e,t){var r=new this.constructor(n);return o(this,new function(e,n,t){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof n?n:null,this.promise=t}(e,t,r)),r},t.prototype["finally"]=e,t.all=function(e){return new t(function(n,t){function o(e,f){try{if(f&&("object"==typeof f||"function"==typeof f)){var u=f.then;if("function"==typeof u)return void u.call(f,function(n){o(e,n)},t)}r[e]=f,0==--i&&n(r)}catch(c){t(c)}}if(!e||"undefined"==typeof e.length)throw new TypeError("Promise.all accepts an array");var r=Array.prototype.slice.call(e);if(0===r.length)return n([]);for(var i=r.length,f=0;r.length>f;f++)o(f,r[f])})},t.resolve=function(e){return e&&"object"==typeof e&&e.constructor===t?e:new t(function(n){n(e)})},t.reject=function(e){return new t(function(n,t){t(e)})},t.race=function(e){return new t(function(n,t){for(var o=0,r=e.length;r>o;o++)e[o].then(n,t)})},t._immediateFn="function"==typeof setImmediate&&function(e){setImmediate(e)}||function(e){c(e,0)},t._unhandledRejectionFn=function(e){void 0!==console&&console&&console.warn("Possible Unhandled Promise Rejection:",e)};var l=function(){if("undefined"!=typeof self)return self;if("undefined"!=typeof window)return window;if("undefined"!=typeof global)return global;throw Error("unable to locate global object")}();"Promise"in l?l.Promise.prototype["finally"]||(l.Promise.prototype["finally"]=e):l.Promise=t});
/**
 * @format
 */

// v2 gives a 200 OK even when called from within EAA
window.mavenUID = new Promise(function(resolve) {
	function getCookie(name) {
		const value = '; ' + document.cookie;
		const parts = value.split('; ' + name + '=');
		if (parts.length === 2)
			return parts
				.pop()
				.split(';')
				.shift();
	}
	const liUid = getCookie('_ig');
	const maybeSetCookieUrl = 'https://uid.mavencoalition.io/v3' + (liUid ? '?uid=' + liUid : '');

	fetch(maybeSetCookieUrl, {
		credentials: 'include' // include the cookie in the request
	})
		.then(function(response) {
			if (response.status === 200) {
				response.json().then(function(resp) {
					resolve(resp);
				});
			} else {
				throw new Error('invalid UID service response');
			}
		})
		.catch(function(e) {
			console.warn(e);
			resolve({});
		});
});
//Unfetch 4.0.1, Copyright (c) 2017 Jason Miller, The MIT License (MIT)
self.fetch||(self.fetch=function(e,n){return n=n||{},new Promise(function(t,r){var s=new XMLHttpRequest;for(var o in s.open(n.method||"get",e,!0),n.headers)s.setRequestHeader(o,n.headers[o]);function u(){var e,n=[],t=[],r={};return s.getAllResponseHeaders().replace(/^(.*?):[^\S\n]*([\s\S]*?)$/gm,function(s,o,u){n.push(o=o.toLowerCase()),t.push([o,u]),r[o]=(e=r[o])?e+","+u:u}),{ok:2==(s.status/100|0),status:s.status,statusText:s.statusText,url:s.responseURL,clone:u,text:function(){return Promise.resolve(s.responseText)},json:function(){return Promise.resolve(s.responseText).then(JSON.parse)},blob:function(){return Promise.resolve(new Blob([s.response]))},headers:{keys:function(){return n},entries:function(){return t},get:function(e){return r[e.toLowerCase()]},has:function(e){return e.toLowerCase()in r}}}}s.withCredentials="include"==n.credentials,s.onload=function(){t(u())},s.onerror=r,s.send(n.body||null)})});
/**
 * @format
 */

function fetchScript(a, b) {
	var c = document.createElement('script'),
		d = 'https:' == document.location.protocol,
		e = false;
	c.async = true;
	c.src = a.indexOf('//') == 0 ? (d ? 'https:' : 'http:') + a : a;
	c.onload = c.onreadystatechange = function() {
		if (!e && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) {
			e = true;
			if (typeof b === 'function') b.call(this);
			c.onload = c.onreadystatechange = null;
		}
	};
	var f = document.getElementsByTagName('script')[0];
	f.parentNode.insertBefore(c, f);
}

var hubpagesConsent = {
	funcs: [],
	consents: null,
	isServiceConsented: function(category, service) {
		if (!this.consents) {
			return false;
		}
		if (!this.isEU()) {
			return true;
		}

		if (!this.consents['categories'].hasOwnProperty(category)) {
			return false;
		}

		return this.consents['categories'][category];
	},

	isEU: function() {
		return this.consents && this.consents.eu === true;
	},

	needUserInput: function() {
		if (!this.consents) {
			return true;
		}
		if (this.consents['user_version'] != this.consents['version']) {
			return true;
		}

		for (k in this.consents['categories']) {
			if (this.consents['categories'][k] === null) {
				return true;
			}
		}

		return false;
	},

	getConsents: function() {
		return this.consents;
	},

	setConsents: function(obj) {
		this.consents = obj;
		this.log('Consents are:');
		this.log(obj);

		this._setCookie();

		for (var i = 0; i < this.funcs.length; i++) {
			var o = this.funcs[i];

			if (o.timesRun > 0) {
				//some can't be run more than once
				var isRerunable;
				if ('function' == typeof o.rerunable) {
					isRerunable = o.rerunable();
				} else {
					isRerunable = o.rerunable;
				}
				if (!isRerunable) {
					continue;
				}
			}

			o.timesRun++;
			if (this.isServiceConsented(o.category, o.service)) {
				this.log('User DID consent to ' + o.category + '/' + o.service);
				if (o.yesFunc) {
					o.yesFunc();
				}
			} else {
				this.log('User did NOT consent to ' + o.category + '/' + o.service);
				if (o.noFunc) {
					o.noFunc();
				}
			}
		}
	},

	_setCookie: function() {
		if (typeof jq == 'undefined' || typeof jq.cookie == 'undefined') {
			return;
		}

		jq.cookie('hpconsents', JSON.stringify(this.consents), { path: '/', domain: '.' + document.domain, expires: 365 });
	},

	runIfConsented: function(category, service, yesFunc, noFunc, rerunable) {
		if (this.needUserInput() || rerunable) {
			this.funcs.push({
				category: category,
				service: service,
				yesFunc: yesFunc,
				noFunc: noFunc,
				rerunable: rerunable,
				timesRun: 0
			});
		}

		if (this.needUserInput()) {
			//nothing
		} else if (this.isServiceConsented(category, service)) {
			this.log('User DID consent to ' + category + '/' + service);
			yesFunc();
		} else {
			this.log('User did NOT consent to ' + category + '/' + service);
			if (noFunc) {
				noFunc();
			}
		}
	},

	loadIfConsented: function(category, service, url, func, rerunable) {
		this.runIfConsented(
			category,
			service,
			function() {
				fetchScript(url, func);
			},
			null,
			rerunable
		);
	},

	log: function(str) {
		var dc = document.cookie;
		if (dc.indexOf('hp-gdpr-debug=true') > -1) {
			console.log(str);
		}
	}
};
hubpagesConsent.setConsents(window.gdprConsents);

var hubpagesSiteTracking = {
	gotAHit: function(whattype, id, referer) {
		var xmlhttp;
		var options;

		if (window.XMLHttpRequest) {
			// code for IE7+, Firefox, Chrome, Opera, Safari
			xmlhttp = new XMLHttpRequest();
		} else if (window.ActiveXObject) {
			// code for IE6, IE5
			xmlhttp = new ActiveXObject('Microsoft.XMLHTTP');
		} else {
			//alert("Your browser does not support XMLHTTP!");
			return;
		}
		xmlhttp.onreadystatechange = function() {
			if (xmlhttp.readyState == 4) {
				//alert( xmlhttp.status );
				if (xmlhttp.status == 200) {
					// call user supplied function, if there is one
					if (options != undefined && options.cb != undefined) {
						options.cb(xmlhttp.responseXML);
					}
					//alert("gotAHit: " + whattype + "|" + referer);
				}
			}
		};

		xmlhttp.open('POST', '/ctracker/', true);
		xmlhttp.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
		if (referer.length > 0 && referer.charAt(0) == '?') {
			referer = referer.replace(/^\?/, '&');
		}
		xmlhttp.send(whattype + '=' + id + referer);
	}
};

if (typeof hpstdata != 'undefined') {
	var h = hpstdata,
		s = hubpagesSiteTracking;

	s.gotAHit(h.hp_tracking_type, h.hp_tracking_id, h.tracking);
}
</script><script>
  var _comscore = _comscore || [];
  (function() {
	hubpagesConsent.runIfConsented('stats', 'comscore', function() {
	  if (hubpagesConsent.isEU())
	  {
	    _comscore.push({ c1: "2", c2: "27019031",  cs_ucfr: "1"});
	  } else {
		_comscore.push({ c1: "2", c2: "27019031"});
	  }
      var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
      s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js?";
      el.parentNode.insertBefore(s, el);
	}, function() {
		_comscore.push({ c1: "2", c2: "27019031",  cs_ucfr: "0"});
	  var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
      s.src = "https://sb.scorecardresearch.com/beacon.js";
      el.parentNode.insertBefore(s, el);
	});
  })();
</script>

<script>/*! LAB.js (LABjs :: Loading And Blocking JavaScript) [Error Handling Fork]
    Error Handling Fork https://github.com/jasonhinkle/LABjs-eh
    v2.0.3 (c) Kyle Simpson
    MIT License
*/
(function(global){var _$LAB=global.$LAB,_UseLocalXHR="UseLocalXHR",_AlwaysPreserveOrder="AlwaysPreserveOrder",_AllowDuplicates="AllowDuplicates",_CacheBust="CacheBust",_Debug="Debug",_BasePath="BasePath",_ErrorHandler="ErrorHandler",root_page=/^[^?#]*\//.exec(location.href)[0],root_domain=/^\w+\:\/\/\/?[^\/]+/.exec(root_page)[0],append_to=document.head||document.getElementsByTagName("head"),opera_or_gecko=(global.opera&&Object.prototype.toString.call(global.opera)=="[object Opera]")||("MozAppearance"in document.documentElement.style),log_msg=function(){},log_error=log_msg,test_script_elem=document.createElement("script"),explicit_preloading=typeof test_script_elem.preload=="boolean",real_preloading=explicit_preloading||(test_script_elem.readyState&&test_script_elem.readyState=="uninitialized"),script_ordered_async=!real_preloading&&test_script_elem.async===true,xhr_or_cache_preloading=!real_preloading&&!script_ordered_async&&!opera_or_gecko;if(global.console&&global.console.log){if(!global.console.error)global.console.error=global.console.log;log_msg=function(msg){global.console.log(msg)};log_error=function(msg,err){global.console.error(msg,err)}}function is_func(func){return Object.prototype.toString.call(func)=="[object Function]"}function is_array(arr){return Object.prototype.toString.call(arr)=="[object Array]"}function canonical_uri(src,base_path){var absolute_regex=/^\w+\:\/\//;if(/^\/\/\/?/.test(src)){src=location.protocol+src}else if(!absolute_regex.test(src)&&src.charAt(0)!="/"){src=(base_path||"")+src}return absolute_regex.test(src)?src:((src.charAt(0)=="/"?root_domain:root_page)+src)}function merge_objs(source,target){for(var k in source){if(source.hasOwnProperty(k)){target[k]=source[k]}}return target}function check_chain_group_scripts_ready(chain_group){var any_scripts_ready=false;for(var i=0;i<chain_group.scripts.length;i++){if(chain_group.scripts[i].ready&&chain_group.scripts[i].exec_trigger){any_scripts_ready=true;chain_group.scripts[i].exec_trigger();chain_group.scripts[i].exec_trigger=null}}return any_scripts_ready}function create_script_load_listener(elem,registry_item,flag,onload){elem.onload=elem.onreadystatechange=function(){if((elem.readyState&&elem.readyState!="complete"&&elem.readyState!="loaded")||registry_item[flag])return;elem.onload=elem.onreadystatechange=null;onload()}}function script_executed(registry_item){registry_item.ready=registry_item.finished=true;for(var i=0;i<registry_item.finished_listeners.length;i++){registry_item.finished_listeners[i]()}registry_item.ready_listeners=[];registry_item.finished_listeners=[]}function request_script(chain_opts,script_obj,registry_item,onload,preload_this_script){setTimeout(function(){var script,src=script_obj.real_src,xhr;if("item"in append_to){if(!append_to[0]){setTimeout(arguments.callee,25);return}append_to=append_to[0]}script=document.createElement("script");if(script_obj.type)script.type=script_obj.type;if(script_obj.charset)script.charset=script_obj.charset;if(preload_this_script){if(real_preloading){if(chain_opts[_Debug])log_msg("start script preload: "+src);registry_item.elem=script;if(explicit_preloading){script.preload=true;script.onpreload=onload}else{script.onreadystatechange=function(){if(script.readyState=="loaded")onload()}}script.src=src}else if(preload_this_script&&src.indexOf(root_domain)==0&&chain_opts[_UseLocalXHR]){xhr=new XMLHttpRequest();if(chain_opts[_Debug])log_msg("start script preload (xhr): "+src);xhr.onreadystatechange=function(){if(xhr.readyState==4){xhr.onreadystatechange=function(){};registry_item.text=xhr.responseText+"\n//@ sourceURL="+src;onload()}};xhr.open("GET",src);xhr.send()}else{if(chain_opts[_Debug])log_msg("start script preload (cache): "+src);script.type="text/cache-script";create_script_load_listener(script,registry_item,"ready",function(){append_to.removeChild(script);onload()});script.src=src;append_to.insertBefore(script,append_to.firstChild)}}else if(script_ordered_async){if(chain_opts[_Debug])log_msg("start script load (ordered async): "+src);script.async=false;create_script_load_listener(script,registry_item,"finished",onload);script.src=src;append_to.insertBefore(script,append_to.firstChild)}else{if(chain_opts[_Debug])log_msg("start script load: "+src);create_script_load_listener(script,registry_item,"finished",onload);script.src=src;append_to.insertBefore(script,append_to.firstChild)}},0)}function create_sandbox(){var global_defaults={},can_use_preloading=real_preloading||xhr_or_cache_preloading,queue=[],registry={},instanceAPI;global_defaults[_UseLocalXHR]=true;global_defaults[_AlwaysPreserveOrder]=false;global_defaults[_AllowDuplicates]=false;global_defaults[_CacheBust]=false;global_defaults[_Debug]=false;global_defaults[_BasePath]="";global_defaults[_ErrorHandler]=function(err){};function execute_preloaded_script(chain_opts,script_obj,registry_item){var script;function preload_execute_finished(){if(script!=null){script=null;script_executed(registry_item)}}if(registry[script_obj.src].finished)return;if(!chain_opts[_AllowDuplicates])registry[script_obj.src].finished=true;script=registry_item.elem||document.createElement("script");if(script_obj.type)script.type=script_obj.type;if(script_obj.charset)script.charset=script_obj.charset;create_script_load_listener(script,registry_item,"finished",preload_execute_finished);if(registry_item.elem){registry_item.elem=null}else if(registry_item.text){script.onload=script.onreadystatechange=null;script.text=registry_item.text}else{script.src=script_obj.real_src}append_to.insertBefore(script,append_to.firstChild);if(registry_item.text){preload_execute_finished()}}function do_script(chain_opts,script_obj,chain_group,preload_this_script){var registry_item,registry_items,ready_cb=function(){script_obj.ready_cb(script_obj,function(){execute_preloaded_script(chain_opts,script_obj,registry_item)})},finished_cb=function(){script_obj.finished_cb(script_obj,chain_group)};script_obj.src=canonical_uri(script_obj.src,chain_opts[_BasePath]);script_obj.real_src=script_obj.src+(chain_opts[_CacheBust]?((/\?.*$/.test(script_obj.src)?"&_":"?_")+~~(Math.random()*1E9)+"="):"");if(!registry[script_obj.src])registry[script_obj.src]={items:[],finished:false};registry_items=registry[script_obj.src].items;if(chain_opts[_AllowDuplicates]||registry_items.length==0){registry_item=registry_items[registry_items.length]={ready:false,finished:false,ready_listeners:[ready_cb],finished_listeners:[finished_cb]};request_script(chain_opts,script_obj,registry_item,((preload_this_script)?function(){registry_item.ready=true;for(var i=0;i<registry_item.ready_listeners.length;i++){registry_item.ready_listeners[i]()}registry_item.ready_listeners=[]}:function(){script_executed(registry_item)}),preload_this_script)}else{registry_item=registry_items[0];if(registry_item.finished){finished_cb()}else{registry_item.finished_listeners.push(finished_cb)}}}function create_chain(){var chainedAPI,chain_opts=merge_objs(global_defaults,{}),chain=[],exec_cursor=0,scripts_currently_loading=false,group;function chain_script_ready(script_obj,exec_trigger){if(chain_opts[_Debug])log_msg("script preload finished: "+script_obj.real_src);script_obj.ready=true;script_obj.exec_trigger=exec_trigger;advance_exec_cursor()}function chain_script_executed(script_obj,chain_group){if(chain_opts[_Debug])log_msg("script execution finished: "+script_obj.real_src);script_obj.ready=script_obj.finished=true;script_obj.exec_trigger=null;for(var i=0;i<chain_group.scripts.length;i++){if(!chain_group.scripts[i].finished)return}chain_group.finished=true;advance_exec_cursor()}function advance_exec_cursor(){while(exec_cursor<chain.length){if(is_func(chain[exec_cursor])){if(chain_opts[_Debug])log_msg("$LAB.wait() executing: "+chain[exec_cursor]);try{chain[exec_cursor++]()}catch(err){chain_opts[_ErrorHandler](err);if(chain_opts[_Debug])log_error("$LAB.wait() error caught: ",err)}continue}else if(!chain[exec_cursor].finished){if(check_chain_group_scripts_ready(chain[exec_cursor]))continue;break}exec_cursor++}if(exec_cursor==chain.length){scripts_currently_loading=false;group=false}}function init_script_chain_group(){if(!group||!group.scripts){chain.push(group={scripts:[],finished:true})}}chainedAPI={script:function(){for(var i=0;i<arguments.length;i++){(function(script_obj,script_list){var splice_args;if(!is_array(script_obj)){script_list=[script_obj]}for(var j=0;j<script_list.length;j++){init_script_chain_group();script_obj=script_list[j];if(is_func(script_obj))script_obj=script_obj();if(!script_obj)continue;if(is_array(script_obj)){splice_args=[].slice.call(script_obj);splice_args.unshift(j,1);[].splice.apply(script_list,splice_args);j--;continue}if(typeof script_obj=="string")script_obj={src:script_obj};script_obj=merge_objs(script_obj,{ready:false,ready_cb:chain_script_ready,finished:false,finished_cb:chain_script_executed});group.finished=false;group.scripts.push(script_obj);do_script(chain_opts,script_obj,group,(can_use_preloading&&scripts_currently_loading));scripts_currently_loading=true;if(chain_opts[_AlwaysPreserveOrder])chainedAPI.wait()}})(arguments[i],arguments[i])}return chainedAPI},wait:function(){if(arguments.length>0){for(var i=0;i<arguments.length;i++){chain.push(arguments[i])}group=chain[chain.length-1]}else group=false;advance_exec_cursor();return chainedAPI}};return{script:chainedAPI.script,wait:chainedAPI.wait,setOptions:function(opts){merge_objs(opts,chain_opts);return chainedAPI}}}instanceAPI={setGlobalDefaults:function(opts){merge_objs(opts,global_defaults);return instanceAPI},setOptions:function(){return create_chain().setOptions.apply(null,arguments)},script:function(){return create_chain().script.apply(null,arguments)},wait:function(){return create_chain().wait.apply(null,arguments)},queueScript:function(){queue[queue.length]={type:"script",args:[].slice.call(arguments)};return instanceAPI},queueWait:function(){queue[queue.length]={type:"wait",args:[].slice.call(arguments)};return instanceAPI},runQueue:function(){var $L=instanceAPI,len=queue.length,i=len,val;for(;--i>=0;){val=queue.shift();$L=$L[val.type].apply(null,val.args)}return $L},noConflict:function(){global.$LAB=_$LAB;return instanceAPI},sandbox:function(){return create_sandbox()}};return instanceAPI}global.$LAB=create_sandbox();(function(addEvent,domLoaded,handler){if(document.readyState==null&&document[addEvent]){document.readyState="loading";document[addEvent](domLoaded,handler=function(){document.removeEventListener(domLoaded,handler,false);document.readyState="complete"},false)}})("addEventListener","DOMContentLoaded")})(this);
</script><script>$LAB.setGlobalDefaults({'ErrorHandler': function(err) { console.log(err); throw err; }});  var LABqueue = $LAB.script('https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js').wait(function() { jq = $.noConflict(); })
.wait(function() { window.google_analytics_uacct = "UA-6279554-7"; })
.script('/s/js8017095.js')
;
</script><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
 })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');var customDimensions = {"dimension21":"hubpages.com","dimension22":"hubpages.com","dimension42":"0","dimension11":"Web","dimension23":"lifestyle","dimension29":"0","dimension44":"profile"};
function fireMavenUA(resp) {
	var mavenUID = resp.uid; // This may be false, which is acceptable.
	ga('create', 'UA-126130613-1', 'auto', {'name': 'mavenTracker'});
	ga('mavenTracker.set', 'anonymizeIp', true);
	if (hubpagesConsent.isEU()) { ga('mavenTracker.set', 'displayFeaturesTask', null); }
	if (mavenUID) {
		ga('mavenTracker.set', 'userId', mavenUID);
		window.customDimensions['dimension29'] = '1';
	}
	if (resp.isDemonetized) {
		window.customDimensions['dimension32'] = resp.demonetizedReason || 'Unknown';
	} else {
		window.customDimensions['dimension32'] = '0';
	}
	ga('mavenTracker.send', 'pageview', Object.assign({},window.customDimensions));
}

if (window.mavenUID) {
	window.mavenUID.then(function(resp) {
		fireMavenUA(resp);
	});
}
	ga('create', 'UA-286186-1', 'hubpages.com', {'name': 'siteTracker'});
	ga('siteTracker.set', 'anonymizeIp', true);
	if (hubpagesConsent.isEU()) { ga('siteTracker.set', 'displayFeaturesTask', null); }
	ga('siteTracker.send', 'pageview');
	window.gaSiteTracker = 'siteTracker.';
hubpagesConsent.runIfConsented('stats', 'authoranalytics', function() {
  ga('create', 'UA-6279554-7', 'auto', {'name': 'authorTracker'});
  ga('authorTracker.set', 'anonymizeIp', true);
  ga('authorTracker.send', 'pageview');
});
</script>

<link rel="stylesheet" type="text/css" href="/s/site-bases8017095.css"/>
<link rel="stylesheet" type="text/css" href="/s/hp-profiles8017095.css"/>

<style>
.svglogo.hubpages-logo32 { width: 130px; height: 32px;}
.svglogo.hubpages-logo30 { width: 122px; height: 30px;}
</style>
    
<script type='text/javascript'>
//<![CDATA[
window.expectedAdSystems = {'indexExchange': false,'amazon': true,'prebid': true}; window.dfpPubId=88059007;
window.BTPromise = new Promise(function(resolve, reject) {
    var btScript = document.createElement('script');
    btScript.src = 'https://themaven-net.videoplayerhub.com/videoplayer.js';
    
    btScript.onload = function() { resolve(true); };
    btScript.onerror = function() { reject(new Error("BT Script load error")); };

    document.head.insertBefore(btScript, document.head.firstElementChild);
  });

window.BTPromise.then(function() {
    BT.getPermissionToReinsert(function(isPermitted) {
		if (isPermitted) {
			var headerAd = document.getElementById("stickydesktopheaderad");
			if (headerAd) { headerAd.classList.add("no-sticky"); }
		}
	});
});
hubpagesConsent.runIfConsented('stats', 'clicksco', function() {
	window.clickscoToken = 'b4b3d228';
});;

function fetchScripts(list, b)
{
	var scriptsLoaded = 0;
	for (var i = 0; i < list.length; i++) {
		fetchScript(list[i], function() {
			scriptsLoaded++;
			if (scriptsLoaded == list.length) {
				b.call(this);
			}
		});
	}
}

window.adScriptsLoaded = false;
if (typeof(window.googletag) == 'undefined') {
	window.googletag = {};
}
googletag.cmd = googletag.cmd || [];
window.pbjs = {};
window.pbjs.que = [];

//First load index exchange
window.adScriptsLoadedPromise = new Promise(function(resolve, reject) {
	fetchScripts(["https:\/\/c.amazon-adsystem.com\/aax2\/apstag.js","\/s\/pre8017095.js"], function() {
		fetchScript('//securepubads.g.doubleclick.net/tag/js/gpt.js', function() {
			// console.log('gpt loaded');
			resolve(true);
		});
	});
}).then(function(resolve, reject) {

googletag.cmd.push(function() {googletag.pubads().enableSingleRequest();
googletag.pubads().collapseEmptyDivs();
var pageConfig = {
    allowOverlayExpansion: true,
    allowPushExpansion: true,
    sandbox: true
};
googletag.pubads().setSafeFrameConfig(pageConfig);
googletag.pubads().disableInitialLoad();
window.pageKeyValues = {"cm":"hubpages","lang":"en","hp_site":"hubpages","pagetype":"profile","path":"\/@sunforged","contentitemid":"hp-profile-392473","loggedin":"0"};
for (var key in window.pageKeyValues) {
	googletag.pubads().setTargeting(key, pageKeyValues[key]);
}
googletag.pubads().addEventListener('slotRenderEnded', function(event) {
  jq('.grid').masonry('layout');
});

  window.adScriptsLoaded = true;
	function checkIX() {
		if (window.adSystem) { window.adSystem.setSystemLoaded('indexExchange'); window.adSystem.initAmazonBidding(); window.adSystem.initPrebid(); clearInterval(ixInterval); }
	}
	ixInterval = setInterval(checkIX, 50);});
}, function() { setInterval(function() { if (window.adSystem) { window.adSystem.hideAllAds(); } }, 500); });
//]]>
</script>
  </head>
<body class="use-sourcepoint use-sourcepoint-ccpa no-ads hubpages fully-responsive profilepage" data-jw-domainkey="u0yyLa4d" >

<!-- symbols (15405 bytes) -->
<svg id="svg-definitions">
<symbol id="hubpages-logo" viewBox="0 0 260 64"><path d="M252.8 10.2c-.1-.1-.3-.2-.5-.3.5 0 .9-.2 1.2-.5.3-.3.5-.7.5-1.1 0-.3-.1-.6-.3-.9-.2-.3-.4-.5-.7-.6-.3-.1-.8-.2-1.5-.2h-2v5.9h.9V10h.6c.3 0 .6.1.8.2.2.2.6.6 1 1.4l.5.9h1.2l-.7-1.2c-.5-.5-.8-.9-1-1.1zm-1.3-1h-1.1V7.4h1.1c.5 0 .8 0 1 .1.2.1.3.2.4.3.1.1.1.3.1.5 0 .3-.1.5-.3.6-.3.2-.6.3-1.2.3z"/><path d="M256.5 6.7c-.5-.9-1.2-1.5-2-2-.9-.5-1.8-.7-2.7-.7-.9 0-1.8.2-2.7.7-.9.5-1.6 1.1-2 2-.5.9-.7 1.8-.7 2.7 0 .9.2 1.8.7 2.7.5.9 1.2 1.5 2 2 .9.5 1.8.7 2.7.7.9 0 1.8-.2 2.7-.7.9-.5 1.5-1.2 2-2 .5-.9.7-1.8.7-2.7.1-.9-.2-1.8-.7-2.7zm-.7 5c-.4.7-1 1.3-1.7 1.7-.7.4-1.5.6-2.3.6-.8 0-1.5-.2-2.3-.6-.7-.4-1.3-1-1.7-1.7-.4-.7-.6-1.5-.6-2.3 0-.8.2-1.6.6-2.3.4-.7 1-1.3 1.7-1.7.7-.4 1.5-.6 2.2-.6.8 0 1.5.2 2.2.6.7.4 1.3 1 1.7 1.7.4.7.6 1.5.6 2.3.2.9 0 1.6-.4 2.3zM93.4 19.4c-3.9 0-8.1 3.1-10.8 5.9v-.5c0-11.7 1-19.8 1-24.4 0-1.1-6.8.6-6.9 1.8 0 1.2-.7 9.3-.7 16.6 0 8.2.3 14.7 1 19.6 0 3.1-3.4 7.9-7.1 7.9 0 0-1.6-10.5-1.1-26.6 0-1.1-6.9.8-6.9 1.8 0 .6.1 4.9.2 8.8 0 9.8-3.9 17-7.5 17-2.2 0-4.5-2.9-4.5-9.8 0-8.7 2.5-13.9 2.5-16.2 0-.9-1.5-1.6-5.9-1.6-.3 0-.7.3-1 1v.1c-2.5 4.5-5.8 7.6-9.6 9.7V5c0-1.1-6.4.7-6.8 1.7v26.4c-4.3 1.1-8.8 1.4-13.3 1.2V10.7c0-1.1-6.4.7-6.8 1.7v21.3c-1.9-.3-3.7-.6-5.5-1-1.2-.3-1.7 4.2 0 4.6 1.8.5 3.7.9 5.5 1.2v13.7c0 1.1 6.8-.8 6.8-1.8V39.3c4.6.3 9.2 0 13.3-1v15c0 1.1 6.8-.8 6.8-1.8V35.8c2.9-1.5 5.4-3.5 7.4-6.1-.2 2.2-.4 4.8-.4 7.8 0 7.8 4.6 15.3 10.1 15.3 3.9 0 7.5-3.6 9.7-8.7 1.5 6.9 4.7 8 7.2 8 3.9 0 6.6-3.6 8.1-7.3 1.8 5.1 4.9 7.3 10 7.3 10.8 0 14.9-9.8 14.9-18.5.4-8.9-4.2-14.2-9.7-14.2zm-4.8 26.9c-1.4 0-4.9-.6-5.8-15.2.9-.9 5.4-6 10-6 1.1 0 4.2 1.5 4.3 8.4 0 9.5-3.1 12.8-8.5 12.8zm147-27.8c-4.3 17.8-11.3 27.6-19 27.6-2.5 0-5.4-1.2-7.1-3.7 7.6-3.7 15.6-8.2 15.6-14.3 0-3.2-4-8.8-10.5-8.8-3.6 0-13.2 4.8-13.2 17.2 0 1.3.2 2.5.4 3.6-2.3 1.3-4.5 2.6-6.3 4 0-.1 0-.1-.1-.1-.6-6.8-.3-8.1.7-18.7v-.4c0-.2 0-.5.1-.7.1-.8.1-1.6.2-2.5.1-1.1-6.5-.9-6.5 1.1V24c-2.1-2.7-5.1-4.5-8.1-4.5-4.1 0-12.3 5.1-12.3 17.4 0 4.7-4.1 10.1-6.3 10.1 0 0-.5-6.2.6-25.2.1-1.1-6.5-.9-6.5 1.1v.6c-2.1-2.4-4.9-4-7.7-4-4.1 0-12.3 5.1-12.3 17.4 0 7.8 4.6 15.3 10.1 15.3 3.7 0 7.5-3.3 10-8 .1 5.9 2.8 8.2 5.7 8.2 2.9 0 5.9-3.6 7.9-7.5 1.8 4.3 5 7.4 8.5 7.4 3.7 0 7.4-3.2 9.9-7.8 0 1.7.1 3.5.2 5.5-2.1 2.7-3.9 5.8-3.9 8.2 0 4.1 1.3 6.2 4.7 6.2 3 0 5.7-3.4 5.4-13.1.6-2 3.9-3.9 8-5.9 2.9 4.3 7.7 6.8 12.6 6.8 4.1 0 7.7-1.5 11-4.6 2.1 2.3 5.4 4.6 9.8 4.6 5.5 0 12.8-3.2 12.8-11.7s-9.6-16.5-9.6-20.7l-4.8-1.3zm-86.8 28c-2.2 0-4.5-2.9-4.5-9.8 0-8.8 3.5-11.7 7.3-11.7 2 0 5.2 3 5.8 3.6v2.1c-.6 8.9-5.3 15.8-8.6 15.8zm32.1 0c-2.2 0-4.5-2.9-4.5-9.8 0-8.8 3.5-11.7 7.3-11.7 2.2 0 5.9 3.7 5.9 3.7 0 9.8-5.1 17.8-8.7 17.8zm26.9-10.2c0-7.2 3.7-11.4 6.9-11.4 2.8 0 4.4 1.9 4.4 3.9 0 2.4-5.3 5-11.2 8-.1-.1-.1-.3-.1-.5zm29.5 10.4c-2.9 0-5.3-1.1-7-2.4 3-4 5.6-9.6 7.7-16.9 2.5 4.1 5.9 7.6 5.9 12.4 0 4.5-4.1 6.9-6.6 6.9zm-117.1-42c-12.7 0-19.2 12.4-19.4 13.6 0 0 1.9 2.5 3.2 2.2.7-.1 2.1-2.5 4.5-4.9l.1 36c0 1.1 6.6-.8 6.6-1.7V39.2c1.8 1.2 4.2 2.4 6.8 2.4 9.6 0 14.9-9.1 14.9-17.9-.1-13.6-8.4-19-16.7-19zm1.7 31.2c-2.4 0-4.9-.8-6.8-1.6V11.2c1.4-.5 2.9-.8 4.6-.8 5.6 0 10.8 4 10.8 14.5 0 6.3-3.2 11-8.6 11z"/></symbol>
<symbol id="search-magnify" viewBox="0 0 36 36"><path d="M35.525 31.228l-8.88-8.882c1.444-2.238 2.298-4.895 2.298-7.752C28.943 6.684 22.505.25 14.597.25 6.687.25.254 6.686.254 14.595c0 7.91 6.433 14.344 14.343 14.344 2.856 0 5.513-.85 7.752-2.294l8.88 8.88c.294.297.78.297 1.075 0l3.22-3.22c.3-.296.3-.78 0-1.076zM4.81 14.593c0-5.396 4.39-9.788 9.788-9.788 5.398 0 9.787 4.392 9.787 9.788 0 5.398-4.39 9.79-9.787 9.79-5.398 0-9.788-4.392-9.788-9.79z"/></symbol>
<symbol id="bell" viewBox="0 0 16 16"><path d="M16 13c-1.657 0-3-1.343-3-3v-4.455c0-2.199-1.718-4.033-4-4.454v-1.091h-2v1.091c-2.282 0.421-4 2.255-4 4.454v4.455c0 1.657-1.343 3-3 3v1h6.712c-0.081 0.178-0.127 0.377-0.127 0.586 0 0.781 0.633 1.414 1.414 1.414s1.414-0.633 1.414-1.414c0-0.209-0.045-0.407-0.127-0.586h6.713v-1z"></path></symbol>
<symbol id="question" viewBox="0 0 16 16"><path d="M9 12c0 0.552-0.448 1-1 1s-1-0.448-1-1 0.448-1 1-1 1 0.448 1 1z"></path><path d="M8 0c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM8 14.5c-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5 6.5 2.91 6.5 6.5-2.91 6.5-6.5 6.5z"></path><path d="M8 10.004c-0.414 0-0.75-0.336-0.75-0.75v-0.5c0-0.525 0.203-0.998 0.602-1.404 0.295-0.3 0.653-0.525 0.999-0.742 0.712-0.447 1.024-0.687 1.024-1.107 0-0.457-0.264-0.762-0.485-0.938-0.355-0.282-0.849-0.437-1.39-0.437-0.821 0-1.559 0.548-1.796 1.333-0.12 0.397-0.538 0.621-0.934 0.502s-0.621-0.538-0.502-0.934c0.205-0.68 0.631-1.291 1.2-1.721 0.589-0.445 1.292-0.68 2.031-0.68 0.878 0 1.703 0.271 2.322 0.762 0.679 0.539 1.053 1.289 1.053 2.113 0 1.293-0.998 1.92-1.726 2.377-0.611 0.384-0.899 0.596-0.899 0.876v0.5c0 0.414-0.336 0.75-0.75 0.75z"></path></symbol>
<symbol id="maven-key" viewBox="0 0 367 512"><path d="M194.9 264.1l80.5-80.5-91.8-92-92 92 80.5 80.5v156.2h23v-15.5h30.6v-23.6h-17.1v-23.3h17.1v-23.6h-30.6v-70.4h-.2v.2zm-70.3-80.3l59.4-59.4 59.4 59.4-23.4 23.4-36-36-36 36-23.4-23.4zm59.3 59.3l-27.5-27.5 27.5-27.5 27.5 27.5-27.5 27.5z"/></symbol>
<symbol id="maven-channel" viewBox="0 0 288 60"><path id="path3" d="M18.8,31.3l14.7-14.7L16.8,0L0,16.7l14.7,14.7v28.4h4.2V57h5.5v-4.2h-3.1v-4.2h3.1v-4.2h-5.5L18.8,31.3L18.8,31.3L18.8,31.3 z M6.1,16.7L16.8,5.9l10.7,10.7l-4.2,4.2l-6.5-6.5l-6.5,6.5L6.1,16.7z M16.8,27.5l-4.9-5.1l4.9-4.9l4.9,4.9L16.8,27.5z" /><path id="path7" d="M55.4,34.4l-8.1,17.8h2l2-4.6H61l2,4.6h2.1l-8.1-17.8H55.4z M52.3,45.8l4-9l4,9H52.3z" /><polygon id="polygon9" points="82.3,42.1 77.7,34.5 73.4,34.5 73.4,52.3 77.2,52.3 77.2,40.8 82.1,48.3 82.3,48.3 87.3,40.7 87.3,52.3 91.1,52.3 91.1,34.5 86.9,34.5 " /><path id="path11" d="M99.9,34.4l-7.4,17.8h3.9l1.5-3.9h7.5l1.5,3.9h4l-7.6-17.8H99.9z M99.4,44.8l2.4-5.7l2.4,5.7H99.4z" /><polygon id="polygon13" points="118.1,47 113.5,34.5 109.2,34.5 116.4,52.4 119.9,52.4 127,34.5 122.8,34.5 " /><polygon id="polygon15" points="132.1,44.9 140.5,44.9 140.5,41.6 132.1,41.6 132.1,38 141.5,38 141.5,34.5 128.2,34.5 128.1,34.5 128.1,52.2 141.6,52.2 141.6,48.7 132.1,48.7 " /><polygon id="polygon17" points="155.9,45.4 147.7,34.5 144.1,34.5 144,34.5 144,52.3 147.9,52.3 147.9,41 156.5,52.3 159.7,52.3 159.7,34.5 155.9,34.5 " /><path id="path19" d="M177.6,50.8c-3.9,0-6.8-3.2-6.8-7.3v-0.1c0-4.1,3-7.3,6.8-7.3c2.4,0,4,1.1,5.5,2.5l1.3-1.4c-1.7-1.5-3.7-2.8-6.8-2.8 c-5.2,0-9,4.1-9,9.1s3.8,9.1,8.9,9.1c3.3,0,5.2-1.3,7.1-3.2l-1.3-1.3C181.7,49.9,180.1,50.8,177.6,50.8z" /><polygon id="polygon21" points="199,42.4 188.8,42.4 188.8,34.5 186.8,34.5 186.8,52.3 188.8,52.3 188.8,44.3 199,44.3 199,52.3 200.9,52.3 200.9,34.5 199,34.5 " /><path id="path23" d="M211.1,34.4L203,52.3h2l2-4.6h9.6l2,4.6h2.1l-8.1-17.8H211.1z M208,45.8l4-9l4,9H208z" /><polygon id="polygon25" points="236.1,48.7 224.9,34.5 223.1,34.5 223.1,52.3 225,52.3 225,37.8 236.5,52.3 238,52.3 238,34.5 236.1,34.5 " /><polygon id="polygon27" points="254.9,48.7 243.7,34.5 241.9,34.5 241.9,52.3 243.8,52.3 243.8,37.8 255.3,52.3 256.8,52.3 256.8,34.5 254.9,34.5 " /><polygon id="polygon29" points="262.8,44.1 272.4,44.1 272.4,42.3 262.8,42.3 262.8,36.3 273.6,36.3 273.6,34.5 260.7,34.5 260.7,52.1 273.7,52.1 273.7,50.2 262.8,50.2 " /><polygon id="polygon31" points="278.1,50.4 278.1,34.5 276.1,34.5 276.1,52.3 288,52.3 288,50.4 " /></symbol>
<symbol id="facebook" viewBox="0 0 16 16"><path d="M9.5 3h2.5v-3h-2.5c-1.93 0-3.5 1.57-3.5 3.5v1.5h-2v3h2v8h3v-8h2.5l0.5-3h-3v-1.5c0-0.271 0.229-0.5 0.5-0.5z"></path></symbol>
<symbol id="pinterest" viewBox="0 0 16 16"><path d="M8 1.069c-3.828 0-6.931 3.103-6.931 6.931 0 2.938 1.828 5.444 4.406 6.453-0.059-0.547-0.116-1.391 0.025-1.988 0.125-0.541 0.813-3.444 0.813-3.444s-0.206-0.416-0.206-1.028c0-0.963 0.559-1.684 1.253-1.684 0.591 0 0.878 0.444 0.878 0.975 0 0.594-0.378 1.484-0.575 2.306-0.166 0.691 0.344 1.253 1.025 1.253 1.231 0 2.178-1.3 2.178-3.175 0-1.659-1.194-2.819-2.894-2.819-1.972 0-3.128 1.478-3.128 3.009 0 0.597 0.228 1.234 0.516 1.581 0.056 0.069 0.066 0.128 0.047 0.2-0.053 0.219-0.169 0.691-0.194 0.787-0.031 0.128-0.1 0.153-0.231 0.094-0.866-0.403-1.406-1.669-1.406-2.684 0-2.188 1.587-4.194 4.578-4.194 2.403 0 4.272 1.712 4.272 4.003 0 2.388-1.506 4.313-3.597 4.313-0.703 0-1.362-0.366-1.588-0.797 0 0-0.347 1.322-0.431 1.647-0.156 0.603-0.578 1.356-0.862 1.816 0.65 0.2 1.337 0.309 2.053 0.309 3.828 0 6.931-3.103 6.931-6.931 0-3.831-3.103-6.934-6.931-6.934z"></path></symbol>
<symbol id="hubpages-h" viewBox="0 0 16 16"><path d="M13.757 6.636c-.448.448-.96.832-1.44 1.152V.11c0-.352-2.078.224-2.205.544v8.253c-1.343.48-2.814.704-4.35.672V1.933c0-.352-2.078.223-2.206.543V9.42c-.575-.065-1.183-.193-1.79-.32-.416-.097-.544 1.375 0 1.503.64.128 1.215.256 1.79.32v4.542c0 .384 2.207-.256 2.207-.576v-3.743c1.663.032 3.1-.192 4.35-.576v5.31c0 .385 2.205-.255 2.205-.575v-5.79c.8-.544 1.503-1.184 2.046-1.92.192-.287-.35-1.215-.607-.96z"></path></symbol>
<symbol id="envelop" viewBox="0 0 16 16"><path d="M15 2h-14c-0.55 0-1 0.45-1 1v10c0 0.55 0.45 1 1 1h14c0.55 0 1-0.45 1-1v-10c0-0.55-0.45-1-1-1zM5.831 9.773l-3 2.182c-0.1 0.073-0.216 0.108-0.33 0.108-0.174 0-0.345-0.080-0.455-0.232-0.183-0.251-0.127-0.603 0.124-0.786l3-2.182c0.251-0.183 0.603-0.127 0.786 0.124s0.127 0.603-0.124 0.786zM13.955 11.831c-0.11 0.151-0.282 0.232-0.455 0.232-0.115 0-0.23-0.035-0.33-0.108l-3-2.182c-0.251-0.183-0.307-0.534-0.124-0.786s0.535-0.307 0.786-0.124l3 2.182c0.251 0.183 0.307 0.535 0.124 0.786zM13.831 4.955l-5.5 4c-0.099 0.072-0.215 0.108-0.331 0.108s-0.232-0.036-0.331-0.108l-5.5-4c-0.251-0.183-0.307-0.534-0.124-0.786s0.535-0.307 0.786-0.124l5.169 3.759 5.169-3.759c0.251-0.183 0.603-0.127 0.786 0.124s0.127 0.603-0.124 0.786z"></path></symbol>
<symbol id="bubble-lines" viewBox="0 0 16 16"><path d="M14.5 1h-13c-0.825 0-1.5 0.675-1.5 1.5v8c0 0.825 0.675 1.5 1.5 1.5h2.5v4l4.8-4h5.7c0.825 0 1.5-0.675 1.5-1.5v-8c0-0.825-0.675-1.5-1.5-1.5zM7 9h-4v-1h4v1zM11 7h-8v-1h8v1zM13 5h-10v-1h10v1z"></path></symbol>
<symbol id="skinnyarrow-left" viewBox="0 0 16 16"><path d="M10.5 16l1.5-1.5-6.5-6.5 6.5-6.5-1.5-1.5-8 8 8 8z"></path></symbol>
<symbol id="flag" viewBox="0 0 16 16"><path d="M0 0h2v16h-2v-16z"></path><path d="M3 1v8h12.5l-4-4 4-4z"></path></symbol>
<symbol id="twitter" viewBox="0 0 16 16"><path d="M16 3.538c-0.588 0.263-1.222 0.438-1.884 0.516 0.678-0.406 1.197-1.050 1.444-1.816-0.634 0.375-1.338 0.65-2.084 0.797-0.6-0.638-1.453-1.034-2.397-1.034-1.813 0-3.281 1.469-3.281 3.281 0 0.256 0.028 0.506 0.084 0.747-2.728-0.138-5.147-1.444-6.766-3.431-0.281 0.484-0.444 1.050-0.444 1.65 0 1.138 0.578 2.144 1.459 2.731-0.538-0.016-1.044-0.166-1.488-0.409 0 0.013 0 0.028 0 0.041 0 1.591 1.131 2.919 2.634 3.219-0.275 0.075-0.566 0.116-0.866 0.116-0.212 0-0.416-0.022-0.619-0.059 0.419 1.303 1.631 2.253 3.066 2.281-1.125 0.881-2.538 1.406-4.078 1.406-0.266 0-0.525-0.016-0.784-0.047 1.456 0.934 3.181 1.475 5.034 1.475 6.037 0 9.341-5.003 9.341-9.341 0-0.144-0.003-0.284-0.009-0.425 0.641-0.459 1.197-1.038 1.637-1.697z"></path></symbol>
<symbol id="simplehome" viewBox="0 0 16 16"><path d="M16 9.5l-3-3v-4.5h-2v2.5l-3-3-8 8v0.5h2v5h5v-3h2v3h5v-5h2z"></path></symbol>
<symbol id="linkedin" viewBox="0 0 16 16"><path d="M6 6h2.767v1.418h0.040c0.385-0.691 1.327-1.418 2.732-1.418 2.921 0 3.461 1.818 3.461 4.183v4.817h-2.885v-4.27c0-1.018-0.021-2.329-1.5-2.329-1.502 0-1.732 1.109-1.732 2.255v4.344h-2.883v-9z"></path><path d="M1 6h3v9h-3v-9z"></path><path d="M4 3.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5c0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5z"></path></symbol>
<symbol id="file-empty2" viewBox="0 0 16 16"><path d="M11 4h3.627c-0.078-0.126-0.172-0.266-0.286-0.421-0.347-0.473-0.831-1.027-1.362-1.558s-1.085-1.015-1.558-1.362c-0.155-0.114-0.295-0.208-0.421-0.286v3.627z"></path><path d="M10 4.5v-4.5h-7.75c-0.689 0-1.25 0.561-1.25 1.25v13.5c0 0.689 0.561 1.25 1.25 1.25h11.5c0.689 0 1.25-0.561 1.25-1.25v-9.75h-4.5c-0.276 0-0.5-0.224-0.5-0.5z"></path></symbol>
<symbol id="medal" viewBox="0 0 16 16"><path d="M7.5 4.839l1.352 4.162h4.376l-3.541 2.572 1.352 4.162-3.541-2.572-3.541 2.572 1.352-4.162-3.541-2.572h4.377z"></path><path d="M7 0h1v4h-1v-4z"></path><path d="M9 0v6.214l2-1.714v-4.5z"></path><path d="M6 0v6.214l-2-1.714v-4.5z"></path></symbol>
<symbol id="user-plus" viewBox="0 0 16 16"><path d="M6 11.5c0-2.363 1.498-4.383 3.594-5.159 0.254-0.571 0.406-1.206 0.406-1.841 0-2.485 0-4.5-3-4.5s-3 2.015-3 4.5c0 1.548 0.898 3.095 2 3.716v0.825c-3.392 0.277-6 1.944-6 3.959h6.208c-0.135-0.477-0.208-0.98-0.208-1.5z"></path><path d="M11.5 7c-2.485 0-4.5 2.015-4.5 4.5s2.015 4.5 4.5 4.5c2.485 0 4.5-2.015 4.5-4.5s-2.015-4.5-4.5-4.5zM14 12h-2v2h-1v-2h-2v-1h2v-2h1v2h2v1z"></path></symbol>
<symbol id="bell-plus" viewBox="0 0 16 16"><path d="M16 13c-1.657 0-3-1.343-3-3v-4.455c0-2.199-1.718-4.033-4-4.454v-1.091h-2v1.091c-2.282 0.421-4 2.255-4 4.454v4.455c0 1.657-1.343 3-3 3v1h6.712c-0.081 0.178-0.127 0.377-0.127 0.586 0 0.781 0.633 1.414 1.414 1.414s1.414-0.633 1.414-1.414c0-0.209-0.045-0.407-0.127-0.586h6.713v-1zM11 9h-2v2h-2v-2h-2v-2h2v-2h2v2h2v2z"></path></symbol>
<symbol id="plus-circle2" viewBox="0 0 16 16"><path d="M8 0c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM9 9v4h-2v-4h-4v-2h4v-4h2v4h4v2h-4z"></path></symbol>
<symbol id="bubbles" viewBox="0 0 18 16"><path d="M17 14.081c0 0.711 0.407 1.327 1 1.628v0.249c-0.166 0.023-0.335 0.035-0.508 0.035-1.063 0-2.021-0.446-2.699-1.16-0.41 0.109-0.844 0.168-1.293 0.168-2.485 0-4.5-1.791-4.5-4s2.015-4 4.5-4c2.485 0 4.5 1.791 4.5 4 0 0.865-0.309 1.665-0.834 2.32-0.107 0.232-0.166 0.489-0.166 0.761zM8 0c4.351 0 7.89 2.822 7.997 6.336-0.768-0.343-1.619-0.524-2.497-0.524-1.493 0-2.903 0.523-3.971 1.472-1.107 0.984-1.717 2.304-1.717 3.716 0 0.698 0.149 1.373 0.433 1.997-0.082 0.002-0.164 0.003-0.246 0.003-0.424 0-0.841-0.027-1.247-0.079-1.718 1.718-3.77 2.027-5.753 2.072v-0.421c1.071-0.525 2-1.48 2-2.572 0-0.152-0.012-0.302-0.034-0.448-1.809-1.192-2.966-3.012-2.966-5.052 0-3.59 3.582-6.5 8-6.5z"></path></symbol>
<symbol id="solidbubble" viewBox="0 0 16 16"><path d="M14.5 1c0.825 0 1.5 0.675 1.5 1.5v8c0 0.825-0.675 1.5-1.5 1.5h-5.7l-4.8 4v-4h-2.5c-0.825 0-1.5-0.675-1.5-1.5v-8c0-0.825 0.675-1.5 1.5-1.5h13z"></path></symbol>
<symbol id="banner" viewBox="0 0 16 16"><path d="M 14,13.5 14,8 14,4.746 14,0 0.01911904,0.00937684 0,13.5 7,11 z"/></symbol>
<symbol id="info" viewBox="0 0 16 16"><path d="M8 0c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM7 3.75c0-0.413 0.338-0.75 0.75-0.75h0.5c0.412 0 0.75 0.337 0.75 0.75v0.5c0 0.412-0.338 0.75-0.75 0.75h-0.5c-0.412 0-0.75-0.338-0.75-0.75v-0.5zM10 13h-4v-1h1v-4h-1v-1h3v5h1v1z"></path></symbol>
<symbol id="close" viewBox="0 0 16 16"><path d="M8 0C3.582 0 0 3.582 0 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm4 10.5L10.5 12 8 9.5 5.5 12 4 10.5 6.5 8 4 5.5 5.5 4 8 6.5 10.5 4 12 5.5 9.5 8l2.5 2.5z" id="path4" /><path style="fill:#ffffff;fill-opacity:1;stroke:none" d="M 4.7416778,11.256982 4.0139787,10.52702 5.2680239,9.2743493 6.5220689,8.0216785 5.2675619,6.7658667 4.0130548,5.5100549 4.7593047,4.7661189 5.5055547,4.0221829 6.759557,5.274811 8.0135593,6.5274391 9.2679433,5.2744298 10.522327,4.0214206 11.250454,4.7495467 11.97858,5.4776729 10.72557,6.7320567 9.4725609,7.9864407 10.725579,9.2408334 11.978597,10.495226 11.232834,11.240988 10.487072,11.986751 9.234036,10.732341 7.9810005,9.4779311 6.7251887,10.732438 5.4693769,11.986945 4.7416778,11.256982 z" id="path3015"/></symbol>
</svg>

<div id="header_placeholder"><div id="header_wrap"><header id="header"><div class="desktop_hamburger"><div class="menu_bar"><hr/><hr/><hr/></div><div class="menu_bar more">MORE</div></div><div id="hamburger_close" class="close_icon header_icon" style="display: none"><hr class="bar1"/><hr class="bar2"/><hr class="bar3"/></div><div id="site_title" ><a tabindex="-1" href="https://hubpages.com/" title="HubPages"><svg class="svglogo hubpages-logo hubpages-logo32"><title>HubPages</title><use xlink:href="#hubpages-logo"></use></svg></a></div><div id="mobile_menu_bar" class="menu_bar"><hr><hr><hr></div><div id="header_search"><span id="search_icon" class="maven_search_icon header_icon" data-use-maven-widget=""><svg class="moon smallish icon search-magnify"><use xlink:href="#search-magnify"></use></svg></span></div><div id="header_right"><a id="signin_span" tabindex="-1" href="https://hubpages.com/signin/">Sign In</a><span class="span_link maven_search_icon" data-use-maven-widget=""><svg class="moon small icon search-magnify"><use xlink:href="#search-magnify"></use></svg></span></div></header></div></div><div id="container">

<div id="profile_header"><div class="big_bio"><div class="user-pic-round"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-original="https://usercontent2.hubstatic.com/7092011_177.jpg" class="lazy"  alt="sunforged profile image" title="sunforged profile image"/><noscript><img src="https://usercontent2.hubstatic.com/7092011_177.jpg"   alt="sunforged profile image" title="sunforged profile image"/></noscript><span title="Hubber Score" class="user-pic-label">80</span></div></div><div class="bio_stats"><h1><span class="author_primary_name">sunforged</span></h1><p class="meta">Joined 17 years ago from Sunforged.com </p><div class="contact_author"><a href=""><svg class="moon smallish envelop"><use xlink:href="#envelop"></use></svg> Contact sunforged</a></div></div></div><div id="profile_sidebar"><div id="flag_profile"><div class="flag_button_box" id="flag_box_392473"><a class="flag_button" onclick="return showFlagProfile(392473);" href="#"><svg class="moon tiny icon flag"><use xlink:href="#flag"></use></svg><span class="line-correction"></span>report</a></div></div><div id="profile_follow_section"><span class="follow_me_heading">Follow me here:</span><ul><li><a href="http://xobba.com/44/real-ways-help-connecticut-families-shooting-victims/" title="sunforged's Website" rel="me nofollow"><svg class="moon small simplehome"><use xlink:href="#simplehome"></use></svg></a></li></ul></div>		<div id="user_stats">
			<ul>
				<li>
					<div class="value">144</div>
					<div class="name">Articles</div>
				</li>
				<li>
					<div class="value">1,604</div>
					<div class="name">Followers</div>
				</li>
				<li>
					<div class="value">184</div>
					<div class="name">Following</div>
				</li>
			</ul>
		</div></div><div id="profile_content"><div id="content_selector"><a class="about_b" href="#"><span>About</span></a><a class="articles_b" href="#"><span class="selected">Articles</span></a><a class="activity_b" href="#"><span>Activity</span></a><a class="following_b" href="#"><span>Following</span></a><a class="followers_b" href="#"><span>Followers</span></a><a class="fanmail_b" href="#"><span>Fan Mail</span></a></div><div id="about_section" class="content_section" style="display:none;"><p><strong>How to write a captivating and explosive author bio</strong></p>
<p>by Joshua Sunforged</p>
<p>You only get a few choice lines to capture the readers attention and impart a lasting impression of all the wondrous and creative things one might find within the pages or code of the associated content that corresponds with your bio.</p>
<p>It is suggested that one uses this brief moment to illustrate what an amazing, well rounded, unique and thoughtful human being you are and yet still remain accessable and real.</p>
<p>You should show off your scathing wit and fantastic abilities in your chosen craft.</p>
<p>Unfortunately, for this author, such a pursuit far exceeds his abilities, so instead Im just going to ramble at you until you go away.</p>
<p>When you do go away, I suggest you do it via one of these helpful and attractive links:</p>
<p><strong>Contact Locations for Joshua Sunforged</strong></p>
<p>Sunforged on Facebook</p>
<p>Sunforged on Twitter</p>
<p> </p>
<p><strong>F.A.Q.'s about Joshua Sunforged</strong></p>
<p><strong>_______________________________<br /></strong></p>
<p><strong>Q</strong>.Can you tell me exactly why I am not earning a huge income as an online entrepreneur? Please just take a quick glance at my blog/hubs/site/art and tell me exactly what to do?</p>
<p><strong>A</strong>. I am honored to be seen as a possible source for such information and am aware that the reccomendation is occassionally made to contact me for such help.</p>
<p>But be aware that I do work full time online as a writer, affiliate marketer, online consultant and SEO for brands and local businesses. That was the brief version. This is quite time intensive and I am paid for this time by clients or via commission for the products and services I promote</p>
<p>I picked a path that would allow me a mobile lifestyle and freedom from having a boss. But, I recently had a daughter and she is the most demanding boss I ever met.</p>
<p>This means that for both our sakes I have to be very careful with how my time is spent. <br /><br />I would like to answer all such questions and have left the ability to email me open. but, in actuality, the priority level on responding has become increasingly lower. I mean to, I save them, I have a folder for them. But, in general free requests for help now have a very long response time.</p>
<p><em><strong>Beginner to Intermediate Checklist for creating a viable income online:</strong></em></p>
<p><strong>1. </strong><strong>Successfully working online</strong><strong>requires that you are familiar with the online world</strong><em><strong>. </strong></em><strong>You MUST have a basic knowledge of why and how pages are organized and found in search engines. For most an important first step, (after being a great researcher) is learning the use and purpose of "keywords"</strong></p>
<p>This concept is foriegn to everyone, yet learning is integral. I suggest you value your time and take a dedicated course or program to instruct you.</p>
<p>I used this course and I stand by its effectiveness:<br /><br />The Keyword Academy</p>
<p>Get the free trial, use it for its full educational possibilities</p>
<p><strong> </strong></p>
<p><strong>2. Work laterally.</strong><br /><br />If you have a website or a blog or a Hubpages account. Immediately, at this moment go start one more of each. You will be constantly learning in this field and the earlier you get started the better for you.</p>
<p>The best host for Beginner to Intermediate Web users is Hostgator. For about $4 a month you can start your own completely independent site. The act of building a site and growing it to something of merit is an invaluable education that must be actually experienced.</p>
<p>If you have a struggling site, then be sure to pick up a Hubpages account and experiment and learn from the easy publishing process.</p>
<p> </p>
<p><strong>3. Learn about tracking and stats</strong></p>
<p>Everything online can be measured and experimented with. Learn about conversion rates, traffic sources, ROI and every other awful acronym that lands in your lap. You will be rewarded for it. If you can measure it, you can improve it.</p>
<p> </p>
<p>Now, it is possible that your question was something more basic then what I have outlined above.</p>
<p>Just to make sure your basics are covered:</p>
<p>Here at HubPages I created a series of Hubs that outline and introduce ALL of the factors that I know an online publisher should be aware of. From page layout to SEO definitions. Each page links to very authoritative sources that I trust, such as SEOmoz and Google Webmaster Tools.</p>
<p>The Series is Called The 60 Day Challenge on HubPages and over 1500 hubs were written by participants during its active life.</p>
<p>You can read through the series using this central hub:<br /><br />How To Make A Passive Income Online</p>
<p>During the actual 60 day Challenge Events, some  tools were created to help the participants. They may also be of use to you:</p>
<p>Online Writers Toolbar<br />Online Writers Dashboard</p>
<p>In 2012, I have updated the toolbar to be far more comprehensive and also have created a mobile app for android and iOS that allows you to quickly check all your stats and earnings from one easy place on your phone , rather than peck all those addresses in!</p>
<p>Online Publishers Mobile App<br /> </p>
<p>The online world changes quickly, if you would like to stay updated about news and industry trends in SEO, Marketing, Web Publishing and all the related stuff, I suggest you read and follow along with updates and the community at:</p>
<p>HubsAcademy.com</p>
<p>or</p>
<p>HubsAcademy on Facebook</p>
<p> </p>
<p>After, you have studied and explored these resources I doubt you will require any personal assistance from me. But, if you have a specific and informed question you may ask it on the private forum at forum.xobba.com an extension of the publishing platform at xobba.com. There at the forum experienced web publishers and myself will gladly assist you. One may sign up with facebook or request an account.<br /><br />The Xobba publishing platform is an earn as you learn platform that teaches Wordpress , Web Design and Marketing basics via a unique interface. If you request it and you are a publsiher of merit and true effort you may also enjoy the platform.</p>
<p>(100% adsense sharing with Geo-Locating Amazon functionality)</p>
<p><strong>Q</strong>. So your a Marketer and Web Designer rather than a Writer or Artist?</p>
<p><strong>A.</strong> I identify much more with my creative side and I took the scary leap of trying to base my occupation on my creative passions rather than continue Graduate education in the field of Law. Through my journey I quickly learned that I had to market muself as an artist and learn how to make my efforts as visible as possible. I do find it to be creatively rewarding to discover and interpret what people to respond to in the field of online publsihing. A creative turn of a phrase or a well place dimage or layout works wonders in conversion and effectiveness in online pursuits.</p>
<p>You can see some of my visual art here at Hubpages:<br /><br />The Art of Joshua Sunforged</p>
<p>Or read some of my creative writing via Kindle:<br /><br />I Was a Freshman Provocateur</p>
<p> </p>
<p><strong>Hire or Partner with Sunforged</strong></p>
<p>I do enjoy collaborating with other Online Professionals and will gladly entertain any partnership proposals.</p>
<p>I have limited availability for hire as I can now afford to be selective inmy pursuits due to my own hard created passive income.</p>
<p>if you have a task or gig to offer me, send me a detailed proposal including budget and timeline. Please use an eyecatching subject.</p>
<p>----------------------------------------------------</p>
<p>“Whoever undertakes to set himself up as a judge of Truth and Knowledge is shipwrecked by the laughter of the gods.”</p>
<p>----------------------------------------------------</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><strong><br /><br /><br /><br /><br /><br /></strong></p><div id="accolades"><h3 class="accolade_heading">Accolades</h3><ul id="trophies"><li><a id="trophy_anniversary" title="sunforged has been a member of HubPages for 15 years." class="anniversary hptip"><span>15</span></a></li><li><a id="trophy_hubs" title="sunforged has published at least 100 articles." class="hubs hptip"><span>100</span></a></li><li><a id="trophy_featuredhubs" title="sunforged has had at least 50 simultaneously Featured articles." class="featuredhubs hptip"><span>50</span></a></li><li><a id="trophy_fans" title="sunforged has at least 1,000 followers on HubPages." class="fans hptip"><span>1000</span></a></li><li><a id="trophy_views" title="sunforged's articles have been read over 1,000,000 times." class="views hptip"><span>1M</span></a></li></ul></div></div><div id="articles_section" class="content_section"><div id="teaser"><div id="teaser_0" class="categoryTeaser" style="width: 100%;">
<div class="featured_hub_img">
<a href="https://discover.hubpages.com/money/Creative-Ways-to-make-Money-60-day-challenge" style="background-color: #e5e5e5"><picture>
<source type="image/webp" sizes="300px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_300%2Ch_300/MjE1Mjg0NDk3MjQ2MjY2NzM1/creative-ways-to-make-money-60-day-challenge.webp 300w">
<source sizes="300px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_300%2Ch_300/MjE1Mjg0NDk3MjQ2MjY2NzM1/creative-ways-to-make-money-60-day-challenge.jpg 300w">
<img src="https://images.saymedia-content.com/.image/t_share/MjE1Mjg0NDk3MjQ2MjY2NzM1/creative-ways-to-make-money-60-day-challenge.jpg" data-ratio="0.75" data-width="500" data-height="375" alt="" title="60 Day Challenge - Principles of Success - Introduction" class="categoryTeaserImg"/>
</picture></a>
</div>
<div class="featured_hub_desc">
<span class="featuredhub">In the Spotlight</span>
<h2><a href="https://discover.hubpages.com/money/Creative-Ways-to-make-Money-60-day-challenge">60 Day Challenge - Principles of Success - Introduction</a></h2>
<p>Online writing can be a solitary endeavor...lets fix that for a moment     (We are only in Day 1 of the Team Building Aspect for the second edition of The 60day Challenge - the following information was created for the initial Challenge but has been...
</p>
</div>
</div><div id="teaser_1" class="categoryTeaser" style="display: none; width: 100%;">
<div class="featured_hub_img">
<a href="https://hubpages.com/business/Online-Writers-Toolbar-2012-How-to-Streamline-Your-Workflow-Online-using-Technology" style="background-color: #e5e5e5"><img src="https://usercontent1.hubstatic.com/6076136_300.jpg" data-ratio="0.259375" data-width="1280" data-height="332" alt="" title="Free Online Writers Toolbar Overview - Writing Sites Keyword Research SEO All in one" class="categoryTeaserImg"/></a>
</div>
<div class="featured_hub_desc">
<span class="featuredhub">In the Spotlight</span>
<h2><a href="https://hubpages.com/business/Online-Writers-Toolbar-2012-How-to-Streamline-Your-Workflow-Online-using-Technology">Free Online Writers Toolbar Overview - Writing Sites Keyword Research SEO All in one</a></h2>
<p>Options and features of the Online Writers Toolbar 2012
   
 Quick Overview 
  The Online Writers Workflow Toolbar features quick links and custom searches to all the resources an Online Publisher, Site Developer , SEO Professional or Freelancer...
</p>
</div>
</div><div id="teaser_2" class="categoryTeaser" style="display: none; width: 100%;">
<div class="featured_hub_img">
<a href="https://hubpages.com/politics/Unidentified-Male-in-Avatar-Costume-robs-bank" style="background-color: #e5e5e5"><img src="https://usercontent1.hubstatic.com/3643686_300.jpg" data-ratio="1.1153846153846" data-width="260" data-height="290" alt="" title="Unidentified Male in Avatar Costume robs bank" class="categoryTeaserImg"/></a>
</div>
<div class="featured_hub_desc">
<span class="featuredhub">In the Spotlight</span>
<h2><a href="https://hubpages.com/politics/Unidentified-Male-in-Avatar-Costume-robs-bank">Unidentified Male in Avatar Costume robs bank</a></h2>
<p>Avatar Mask used in conjunction with armed robbery. Suspect still unidentified. Mental illness and the newly categorized "Avatar addiction" are suspected culprits. Sales of Avatar Costumes increasing , authorities are wary
</p>
</div>
</div></div><div id="d_control_buttons">
<ul class="profile_control_buttons">
<li><a href="#" class="active" id="button_0"></a></li><li><a href="#" id="button_1"></a></li><li><a href="#" id="button_2"></a></li>
</ul>
</div><ul class="contentitem_listing"><li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Jumbled-Thoughts-about-the-Amazon-Kindle-Publishing-and-Marketing-Process" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Jumbled Thoughts about the Amazon Kindle Publishing and Marketing Process" style="height:150px;margin-left:-120px" src="https://usercontent1.hubstatic.com/6094096_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>20</span><div class="catlink"><a href="https://discover.hubpages.com/literature/books-and-novels/">E-Books</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Jumbled-Thoughts-about-the-Amazon-Kindle-Publishing-and-Marketing-Process">Jumbled Thoughts about the Amazon Kindle Publishing and Marketing Process</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Over the last year I have been experimenting with the Kindle Publishing platform. 
 Background: 
 I initially began writing online with the hopes of sharing creative works and promoting visual arts. Over the last 5 years that I have been active with...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/business/Online-Writers-Toolbar-2012-How-to-Streamline-Your-Workflow-Online-using-Technology" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Free Online Writers Toolbar Overview - Writing Sites Keyword Research SEO All in one" style="height:150px;margin-left:-214px" src="https://usercontent1.hubstatic.com/6076136_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>37</span><div class="catlink"><a href="https://discover.hubpages.com/business/e-commerce-and-how-to-make-money-online/">E-Commerce &amp; How to Make Money Online</a></div><h3><a class="title navigation" href="https://hubpages.com/business/Online-Writers-Toolbar-2012-How-to-Streamline-Your-Workflow-Online-using-Technology">Free Online Writers Toolbar Overview - Writing Sites Keyword Research SEO All in one</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Options and features of the Online Writers Toolbar 2012
   
 Quick Overview 
  The Online Writers Workflow Toolbar features quick links and custom searches to all the resources an Online Publisher, Site Developer , SEO Professional or Freelancer...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/How-to-do-use-online-services-for-SMS-verification-SMS-verification-without-a-cell-phone" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEwNDMzMzIxMjE2MjU1ODI1/ehow-alternatives.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEwNDMzMzIxMjE2MjU1ODI1/ehow-alternatives.png 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjEwNDMzMzIxMjE2MjU1ODI1/ehow-alternatives.png" data-ratio="1" data-width="155" data-height="155" alt="How to  use online services for SMS verification | SMS verification without a cell phone" title="How to  use online services for SMS verification | SMS verification without a cell phone"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>7</span><div class="catlink"><a href="https://discover.hubpages.com/technology/communications/">Communications</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/How-to-do-use-online-services-for-SMS-verification-SMS-verification-without-a-cell-phone">How to  use online services for SMS verification | SMS verification without a cell phone</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">But if you find yourself in the position of needing the ability to SMS verify and you dont have a cell phone, have exceeded your text message limits or simply dont trust online services with your personal information, here are a bunch of free and easy ways to verify via SMS without compromising...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/Japan-Nuclear-Plant-Crisis-Is-Fukushima-an-INES-Level-7-Nuclear-Event" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Japan Nuclear Plant Crisis: Is Fukushima an INES Level 7 Nuclear Event" style="width:150px;margin-top:-44px" src="https://usercontent2.hubstatic.com/4786349_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>12</span><div class="catlink"><a href="https://discover.hubpages.com/technology/materials-and-industrial-technology/">Materials &amp; Industrial Technology</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/Japan-Nuclear-Plant-Crisis-Is-Fukushima-an-INES-Level-7-Nuclear-Event">Japan Nuclear Plant Crisis: Is Fukushima an INES Level 7 Nuclear Event</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">&ldquo;The discovery of nuclear reactions need not bring about the destruction of mankind any more than the discovery of matches&rdquo; -Einstein   As an American, watching the media coverage of the aftermath of natural disaster in Japan, I was filled with...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/money/Diversifying-Your-Online-Income-Efforts-by-Identifying-Your-Strengths" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Diverse Methods To Earn a Side Income Online - What are your strengths as an online publisher" style="width:150px;margin-top:-30px" src="https://usercontent2.hubstatic.com/4715333_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>49</span><div class="catlink"><a href="https://discover.hubpages.com/money/income-and-making-money/">Self-Employment</a></div><h3><a class="title navigation" href="https://hubpages.com/money/Diversifying-Your-Online-Income-Efforts-by-Identifying-Your-Strengths">Diverse Methods To Earn a Side Income Online - What are your strengths as an online publisher</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">&quot;This again demonstrates the folly of having a business model that is dependent
on  free traffic, from a free listing, in free search engines. This business
model is NOT sustainable long term. This 'farmer' update (like all the previous
major ones)...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/relationships/How-to-propose-after-being-together-a-long-time-Surprise-Proposal-Ideas" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTkyODA2MjkxNDQ0NDEwMDY0/how-to-propose-after-being-together-a-long-time-surprise-proposal-ideas.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTkyODA2MjkxNDQ0NDEwMDY0/how-to-propose-after-being-together-a-long-time-surprise-proposal-ideas.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTkyODA2MjkxNDQ0NDEwMDY0/how-to-propose-after-being-together-a-long-time-surprise-proposal-ideas.jpg" data-ratio="0.99667221297837" data-width="601" data-height="599" alt="How to propose after being together a long time - Surprise Proposal Ideas" title="How to propose after being together a long time - Surprise Proposal Ideas"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>14</span><div class="catlink"><a href="https://discover.hubpages.com/relationships/weddings-and-wedding-planning/">Weddings &amp; Wedding Planning</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/relationships/How-to-propose-after-being-together-a-long-time-Surprise-Proposal-Ideas">How to propose after being together a long time - Surprise Proposal Ideas</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">In any relationship there are certain milestones that pass. When you are in the inside of that relationship the significance of those moments may go unnoticed.   One milestone that does not go unnoticed is marriage and the traditional events that...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/religion-philosophy/Buy-Gregorian-Chant-Music" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Buy Gregorian Chant Music" style="width:150px;margin-top:-5px" src="https://usercontent1.hubstatic.com/4630222_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>3</span><div class="catlink"><a href="https://discover.hubpages.com/religion-philosophy/">Religion and Philosophy</a></div><h3><a class="title navigation" href="https://hubpages.com/religion-philosophy/Buy-Gregorian-Chant-Music">Buy Gregorian Chant Music</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">Quick History of Gregorian Chant Music's Modern Popularity 
 Buy the most popular and most respected Gregorian Chant music available. 
 Gregorian Chant Music has received a modern revival in interest and availability. Its really quite an amazing...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/style/Amazon-Prom-Dresses-2011" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Amazon Prom Dresses 2012 - Best Designer Prom Dress by size and  price" style="height:150px;margin-left:-38px" src="https://usercontent1.hubstatic.com/4571276_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>2</span><div class="catlink"><a href="https://discover.hubpages.com/style/clothing/">Dresses</a></div><h3><a class="title navigation" href="https://hubpages.com/style/Amazon-Prom-Dresses-2011">Amazon Prom Dresses 2012 - Best Designer Prom Dress by size and  price</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Searching for a Prom Dress can be a fun experience. But the prices on designer prom dresses in 2012 are not so fun. Unless, you realize that Amazon Prom Dresses have substantial price reductions!</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/money/How-To-Make-Money-From-Home-No-Scams" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="How To Make Money From Home No Scams" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4531968_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>41</span><div class="catlink"><a href="https://discover.hubpages.com/money/income-and-making-money/">Income &amp; Making Money</a></div><h3><a class="title navigation" href="https://hubpages.com/money/How-To-Make-Money-From-Home-No-Scams">How To Make Money From Home No Scams</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Making Money at Home - No Scams  Whether your fresh out of school, a stay at home parent, currently unemployed or simply looking for supplemental income, you have probably searched for ways to make money online and been overwhelmed by the amount of...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/entertainment/Baby-Baby-Grand-Piano" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Baby Baby Grand Piano and Salesman Sample Pianos" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4439907_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>1</span><div class="catlink"><a href="https://discover.hubpages.com/entertainment/performing-arts/">Pianos &amp; Keyboards</a></div><h3><a class="title navigation" href="https://hubpages.com/entertainment/Baby-Baby-Grand-Piano">Baby Baby Grand Piano and Salesman Sample Pianos</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Recently, on two separate occasions I came in contact with an interesting item, the baby Baby Grand Piano. As part of a casual eBay business, I often visit antique shops, barn sales and auctions. I recently came across what seemed to be a perfect...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/religion-philosophy/Personality-Profile-of-an-Ophiuchus" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Ophiuchus Traits - Personality Profile of an Ophiuchus" style="width:150px;margin-top:-1px" src="https://usercontent2.hubstatic.com/4431697_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>5</span><div class="catlink"><a href="https://discover.hubpages.com/religion-philosophy/astrology-and-metaphysics/">Astrology</a></div><h3><a class="title navigation" href="https://hubpages.com/religion-philosophy/Personality-Profile-of-an-Ophiuchus">Ophiuchus Traits - Personality Profile of an Ophiuchus</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">The Ophiuchus Zodiac Sign is the mark of a special and unique person, the 13th Sign of the Zodiac, Ophiuchus the &quot;Serpent Tamer&quot; marks many very desirable character and personality traits</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/religion-philosophy/Ophiuchus-Zodiac-Sign" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Ophiuchus Zodiac Sign - Whats it means to be an Ophiucus" style="width:150px;margin-top:-4px" src="https://usercontent2.hubstatic.com/4422113_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>9</span><div class="catlink"><a href="https://discover.hubpages.com/religion-philosophy/astrology-and-metaphysics/">Astrology &amp; Metaphysics</a></div><h3><a class="title navigation" href="https://hubpages.com/religion-philosophy/Ophiuchus-Zodiac-Sign">Ophiuchus Zodiac Sign - Whats it means to be an Ophiucus</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Ophiuchus previously known as Serpentarius is often referred to as the 13th sign of the Zodiac.  Ophiuchus is the serpent holder and is oft associated with doctors and healers. The standard symbol of the rod and serpent associated with Medicine (the...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/health/buy-pull-up-bar" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Buy Pull Up Bar - Pull Up Bars Under 50" style="width:150px;margin-top:-25px" src="https://usercontent1.hubstatic.com/4384320_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>2</span><div class="catlink"><a href="https://discover.hubpages.com/health/exercise-and-fitness/">Exercise &amp; Fitness</a></div><h3><a class="title navigation" href="https://hubpages.com/health/buy-pull-up-bar">Buy Pull Up Bar - Pull Up Bars Under 50</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">.  Easy choices for a Home Pull Up Bar   As someone who works at home and also has a young child it can be difficult to maintain a healthy activity level. Dedicating a specific time to working out and exercising is near impossible and any routine...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/money/Quicken-2011-How-to-use-Personal-Finance-Software-to-understand-your-Finances" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Quicken 2011 - How to use Personal Finance Software to understand your Finances" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4366469_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>9</span><div class="catlink"><a href="https://discover.hubpages.com/money/understanding-finance/">Understanding Finance</a></div><h3><a class="title navigation" href="https://hubpages.com/money/Quicken-2011-How-to-use-Personal-Finance-Software-to-understand-your-Finances">Quicken 2011 - How to use Personal Finance Software to understand your Finances</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">&nbsp;In order to make personal finance goals, one must have an understanding of what their personal finances actually are. For most, this is a boring and tedious task. Many of us, know from the top of our heads what our general bank balance is and can...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/Beats-by-Dre-Laptop" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Backlit Red Laptops - Beats by Dre Laptop vs AlienWare Laptops" style="height:150px;margin-left:-14px" src="https://usercontent1.hubstatic.com/4271024_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>7</span><div class="catlink"><a href="https://discover.hubpages.com/technology/computers-and-software/">Computers &amp; Software</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/Beats-by-Dre-Laptop">Backlit Red Laptops - Beats by Dre Laptop vs AlienWare Laptops</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Beats by Dre laptop $500

The recent commercials for the Beats by Dre laptops really captured my interest. I guess it was just a clever commercial, nice colors, catchy beat ..it worked for me. So, i had to head off and look into the specs and possible deals on the HP Envy 14 Laptop (Beats by Dre)</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/holidays/Ugly-Christmas-Sweaters" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Buy Ugly Christmas Sweaters - Top Ten signs you have the Best Ugly Christmas Sweater" style="height:150px;margin-left:-38px" src="https://usercontent2.hubstatic.com/4296313_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>5</span><div class="catlink"><a href="https://discover.hubpages.com/holidays/christmas/">Christmas</a></div><h3><a class="title navigation" href="https://hubpages.com/holidays/Ugly-Christmas-Sweaters">Buy Ugly Christmas Sweaters - Top Ten signs you have the Best Ugly Christmas Sweater</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">As Christmas approaches the pickings are slim for a great Ugly Christmas Sweater.   The vernacular may be...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/games-hobbies/MobiGo-Games" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="MobiGo Games List - Learning Gift Essentials" style="height:150px;margin-left:-37px" src="https://usercontent1.hubstatic.com/4082230_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>4</span><div class="catlink"><a href="https://discover.hubpages.com/games-hobbies/computer-and-video-games/">Computer &amp; Video Games</a></div><h3><a class="title navigation" href="https://hubpages.com/games-hobbies/MobiGo-Games">MobiGo Games List - Learning Gift Essentials</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">It is well accepted that how kids play and how kids learn are intertwined. The best tools for early education factor the importance of fun and interest into the learning process. The MobiGo system adopts this philosophy in an affordable and...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/living/Thomas-the-Tank-Engine-Beds-and-Bedroom-Sets" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MzM0NTkwNDI2NzUyMTcz/thomas-the-tank-engine-beds-and-bedroom-sets.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MzM0NTkwNDI2NzUyMTcz/thomas-the-tank-engine-beds-and-bedroom-sets.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2MzM0NTkwNDI2NzUyMTcz/thomas-the-tank-engine-beds-and-bedroom-sets.jpg" data-ratio="1" data-width="298" data-height="298" alt="Thomas the Tank Engine Beds, Toppers and Bedroom Sets - Convert Bed into Thomas The Train Bed" title="Thomas the Tank Engine Beds, Toppers and Bedroom Sets - Convert Bed into Thomas The Train Bed"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>1</span><div class="catlink"><a href="https://discover.hubpages.com/living/">Home and Garden</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/living/Thomas-the-Tank-Engine-Beds-and-Bedroom-Sets">Thomas the Tank Engine Beds, Toppers and Bedroom Sets - Convert Bed into Thomas The Train Bed</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Creating Your Childs Dream Bedroom Thomas the Tank Engine Bedroom   Recently, my Brother moved into a new house. This afforded his wife an opportunity to finally create a permanent bedroom for her boys. She painted and picked out every piece of...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/autos/50cc-Gas-Scooters" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="50cc Gas Scooters" style="height:150px;margin-left:-19px" src="https://usercontent1.hubstatic.com/4052052_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>5</span><div class="catlink"><a href="https://discover.hubpages.com/autos/">Autos</a></div><h3><a class="title navigation" href="https://hubpages.com/autos/50cc-Gas-Scooters">50cc Gas Scooters</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">eBay vs Amazon   Often when we choose to buy a great item like a 50cc gas Scooter, we have to come up with some inane benefit to mumble to our wives, parents and coworkers. Apparently its not right to pick up a fun vehicle because it makes us smile....</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/Follow-Me-Thomas" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Follow Me Thomas Train - Thomas the Tank Engine Christmas Gift" style="height:150px;margin-left:0px" src="https://usercontent2.hubstatic.com/4031557_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>7</span><div class="catlink"><a href="https://discover.hubpages.com/technology/">Technology</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/Follow-Me-Thomas">Follow Me Thomas Train - Thomas the Tank Engine Christmas Gift</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Yes you can! Buy Love with Follow Me Thomas  The Beatles were wrong when they said, Money Cant Buy Me Love, Ive seen the face of a young nephew when presented with the Follow Me Thomas Toy, that was love, it was unmistakable.  Granted he is a Thomas...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/style/SnowBoots" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2Mjk0MzQ4MTkzODAxNDA2/snowboots.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2Mjk0MzQ4MTkzODAxNDA2/snowboots.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2Mjk0MzQ4MTkzODAxNDA2/snowboots.jpg" data-ratio="0.52022058823529" data-width="544" data-height="283" alt="Buy Snow Boots - Winter Snow Boots for Women, Children and Men" title="Buy Snow Boots - Winter Snow Boots for Women, Children and Men"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>0</span><div class="catlink"><a href="https://discover.hubpages.com/style/shoes-and-stockings-for-legs-and-feet/">Shoes &amp; Stockings for Legs &amp; Feet</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/style/SnowBoots">Buy Snow Boots - Winter Snow Boots for Women, Children and Men</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">It seems we always wait until the last moment to buy our snow boots in our household, We pull the snow boots out of the back of the closet to find they sat wet for too long and now smell like an elephants ass. My fiance has a propensity for...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/holidays/pumpkin-carving-templates-free" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MzM0NDQ1MjAzMjM2MDMw/pumpkin-carving-templates-free.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MzM0NDQ1MjAzMjM2MDMw/pumpkin-carving-templates-free.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2MzM0NDQ1MjAzMjM2MDMw/pumpkin-carving-templates-free.jpg" data-ratio="1.286432160804" data-width="796" data-height="1024" alt="Pumpkin Carving Templates Free or Cheap" title="Pumpkin Carving Templates Free or Cheap"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>6</span><div class="catlink"><a href="https://discover.hubpages.com/holidays/halloween/">Halloween Decorations</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/holidays/pumpkin-carving-templates-free">Pumpkin Carving Templates Free or Cheap</a></h3><p class="meta"> <span class="timestamp">9 years ago</span></p><p class="summary">Pumpkin Carving Templates make a messy situation much easier. When carving time comes around your little Picassos will happily carve away with no real concerns about the final product. But if you want to create a true work of an art or a pumpkin that can shine proudly on your porch and impress the...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/holidays/Last-Minute-Halloween-Costumes-with-Overnight-Shipping" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Last Minute Halloween Costumes with Overnight Shipping - Rush Shipping" style="height:150px;margin-left:0px" src="https://usercontent2.hubstatic.com/4001731_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>0</span><div class="catlink"><a href="https://discover.hubpages.com/holidays/halloween/">Halloween Costumes</a></div><h3><a class="title navigation" href="https://hubpages.com/holidays/Last-Minute-Halloween-Costumes-with-Overnight-Shipping">Last Minute Halloween Costumes with Overnight Shipping - Rush Shipping</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">When your looking for Halloween costumes at the last minute, rest assured, last minute is farther ahead then you imagine. I always put off my Halloween shopping, even online, until the last minute.As late as 2 days before Halloween</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/style/Steel-Toe-Winter-Boots" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="25 Steel Toe Winter Boots Reviewed - Safety Toe Boots with Goretex" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/3989326_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>0</span><div class="catlink"><a href="https://discover.hubpages.com/style/shoes-and-stockings-for-legs-and-feet/">Shoes &amp; Stockings for Legs &amp; Feet</a></div><h3><a class="title navigation" href="https://hubpages.com/style/Steel-Toe-Winter-Boots">25 Steel Toe Winter Boots Reviewed - Safety Toe Boots with Goretex</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">At one point I managed one of the premiere Safety Supply and PPE wholesale warehouses in the Northeast. In the process I became intimately aware of the details that make up the construction of steel toe winter boots and safety shoes in general. I...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/style/Justin-Bieber-Costume" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Justin Bieber Halloween Costume for Kids and Adults - Express Shipping options" style="width:150px;margin-top:-28px" src="https://usercontent1.hubstatic.com/3984100_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>10</span><div class="catlink"><a href="https://discover.hubpages.com/style/clothing/">Costumes &amp; Uniforms</a></div><h3><a class="title navigation" href="https://hubpages.com/style/Justin-Bieber-Costume">Justin Bieber Halloween Costume for Kids and Adults - Express Shipping options</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Justin Bieber Halloween Costumes are easy:   Unless you live under a rock, the Justin Bieber phenom has hit you in some way, unless of course you live under that rock intentionally, so that the Justin Bieber phenomenon wouldnt hit you.  Whether your...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/holidays/Sons-of-Anarchy-Costumes-SAMCRO-Halloween-Costumes-and-Gear" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Sons of Anarchy Costumes - SAMCRO Halloween Costumes and Gear - Express Shipping" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/3981426_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>2</span><div class="catlink"><a href="https://discover.hubpages.com/holidays/halloween/">Halloween Costumes</a></div><h3><a class="title navigation" href="https://hubpages.com/holidays/Sons-of-Anarchy-Costumes-SAMCRO-Halloween-Costumes-and-Gear">Sons of Anarchy Costumes - SAMCRO Halloween Costumes and Gear - Express Shipping</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Sons of Anarchy Halloween Costumes should really draw the hardcore fans of the FX series to get off the couch and release their inner biker. The popular FX show, Sons of Anarchy, featuring the Redwood Original or SAMCRO charter of the club is the...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/holidays/The-Hangover-Alan-Halloween-Costume" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEwMjY3NTg4ODk3OTQwNjg0/the-hangover-alan-halloween-costume.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEwMjY3NTg4ODk3OTQwNjg0/the-hangover-alan-halloween-costume.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjEwMjY3NTg4ODk3OTQwNjg0/the-hangover-alan-halloween-costume.jpg" data-ratio="1.5" data-width="800" data-height="1200" alt="The Hangover Alan Halloween Costume - Alan Garner and Carlos Costume- Express Shipping" title="The Hangover Alan Halloween Costume - Alan Garner and Carlos Costume- Express Shipping"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>9</span><div class="catlink"><a href="https://discover.hubpages.com/holidays/halloween/">Halloween Costumes</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/holidays/The-Hangover-Alan-Halloween-Costume">The Hangover Alan Halloween Costume - Alan Garner and Carlos Costume- Express Shipping</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">&nbsp;Everyone picks the same tired and popular characters to be each Halloween. It quickly gets redundant and boring. If your considering a truly original costume, Alan from The Hangover will fit the bill. The character gives you the leeway to be a...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/entertainment/Avatar-Halloween-Costumes" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Avatar Halloween Costumes - Quality Avatar Costumes and Body Paint - Express Shipping" style="width:150px;margin-top:-10px" src="https://usercontent1.hubstatic.com/3643686_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>3</span><div class="catlink"><a href="https://discover.hubpages.com/entertainment/movies-and-movie-reviews/">Movies &amp; Movie Reviews</a></div><h3><a class="title navigation" href="https://hubpages.com/entertainment/Avatar-Halloween-Costumes">Avatar Halloween Costumes - Quality Avatar Costumes and Body Paint - Express Shipping</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Ultimate Guide   For the past year I have been covering the advances in Avatar Halloween Costumes options as they have unfolded. Throughout the course of around 50 articles written on the topic I have discovered many small artisans and seen the...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/style/Kenny-Powers-Halloween-Costume" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Kenny Powers Halloween Costume" style="height:150px;margin-left:-7px" src="https://usercontent1.hubstatic.com/3945288_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>1</span><div class="catlink"><a href="https://discover.hubpages.com/style/clothing/">Costumes &amp; Uniforms</a></div><h3><a class="title navigation" href="https://hubpages.com/style/Kenny-Powers-Halloween-Costume">Kenny Powers Halloween Costume</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Kenny Powers Costume Essentials   If you always wished you could be an arrogant, redneck with a Jheri curl mullet combo everyday, look no further ..ok, I kid. Being an arrogant, mullet wearing redneck will not work for everyday life if you want to...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/holidays/Tea-Party-Costume" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Tea Party Halloween Costume - Mad Hatter or Mad Revolutionaries - Express Shipping" style="height:150px;margin-left:-14px" src="https://usercontent1.hubstatic.com/3925214_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>2</span><div class="catlink"><a href="https://discover.hubpages.com/holidays/themed-parties/">Themed Parties</a></div><h3><a class="title navigation" href="https://hubpages.com/holidays/Tea-Party-Costume">Tea Party Halloween Costume - Mad Hatter or Mad Revolutionaries - Express Shipping</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">There are two great Tea Parties worthy of Halloween costume emulation this decade.  For the entertainment minded, the recreations of Lewis Carrol's &quot;Alice In WonderLand&quot; with a heavy focus on the Mad Hatter and the Mad Hatter Tea Party may inspire a...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/holidays/Ghost-Halloween-Costume" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Ghost Halloween Costume - Best Ghost Costumes from Film and Literature - Express Shipping" style="width:150px;margin-top:-27px" src="https://usercontent1.hubstatic.com/3921862_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>4</span><div class="catlink"><a href="https://discover.hubpages.com/holidays/halloween/">Halloween Costumes</a></div><h3><a class="title navigation" href="https://hubpages.com/holidays/Ghost-Halloween-Costume">Ghost Halloween Costume - Best Ghost Costumes from Film and Literature - Express Shipping</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">We have all done it at one point or another, I imagine. Needed a quick costume, so grabbed the closest sheet we could find, figured it was white &quot;enough,&quot; cut a few holes and popped on our Ghost Halloween costumes, if you were expecting a big...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/entertainment/Dexter-Costume" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Dexter Costume - Dexter Halloween Costumes - Express Shipping" style="height:150px;margin-left:-45px" src="https://usercontent2.hubstatic.com/3918427_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>8</span><div class="catlink"><a href="https://discover.hubpages.com/entertainment/performing-arts/">Performing Arts</a></div><h3><a class="title navigation" href="https://hubpages.com/entertainment/Dexter-Costume">Dexter Costume - Dexter Halloween Costumes - Express Shipping</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Lets not delve to deep into &quot;Why&quot; you have decided that a Dexter Halloween costume calls to you. I really dont want to guess. Im not sure that wanting to dress as a serial killer for the day is really the healthiest of mindsets. But, who am I to...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/holidays/Freddy-Krueger-Halloween-Costume" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Freddy Krueger Halloween Costume - Full Freddy Krueger Masks and Gloves - Express Shipping" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/3916600_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>2</span><div class="catlink"><a href="https://discover.hubpages.com/holidays/halloween/">Halloween Costumes</a></div><h3><a class="title navigation" href="https://hubpages.com/holidays/Freddy-Krueger-Halloween-Costume">Freddy Krueger Halloween Costume - Full Freddy Krueger Masks and Gloves - Express Shipping</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">If I had to pick just one iconic modern horror character to exemplify horrifying costume design, I would pick Freddy Krueger. Sure, nowadays, the movies just seem campy and comical and I laugh far more than I scream. But the character of Freddy...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/animals/Furreal-Friends-Butterscotch-Pony" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1Mzg3NDA2NTQxNTk2MTc5/furreal-friends-butterscotch-pony.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1Mzg3NDA2NTQxNTk2MTc5/furreal-friends-butterscotch-pony.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjE1Mzg3NDA2NTQxNTk2MTc5/furreal-friends-butterscotch-pony.jpg" data-ratio="0.77777777777778" data-width="225" data-height="175" alt="Buy Furreal Butterscotch Pony: A Fur Real Horse - Christmas Gifts for Girls who love Ponies" title="Buy Furreal Butterscotch Pony: A Fur Real Horse - Christmas Gifts for Girls who love Ponies"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>0</span><div class="catlink"><a href="https://discover.hubpages.com/animals/horses/">Horses</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/animals/Furreal-Friends-Butterscotch-Pony">Buy Furreal Butterscotch Pony: A Fur Real Horse - Christmas Gifts for Girls who love Ponies</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">How Big is a Furreal Butterscotch Pony?  I was dreading the inevitable day that my little girl asked me buy her a pony, I knew it had to happen and there was going to be no chance that I could say yes.  Now, with the advent of the lifesize...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/style/Fall-Wedding-Dresses" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Best Fall Wedding Dresses and Fall Wedding Colors" style="height:150px;margin-left:-44px" src="https://usercontent1.hubstatic.com/3904416_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>11</span><div class="catlink"><a href="https://discover.hubpages.com/style/clothing/">Wedding Dresses</a></div><h3><a class="title navigation" href="https://hubpages.com/style/Fall-Wedding-Dresses">Best Fall Wedding Dresses and Fall Wedding Colors</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Fall is a popular time for planning weddings. The beauty of the changing landscape makes a perfect backdrop for your union. When selecting the perfect  Fall Wedding Dress the natural colors of the world and the expected temperature should not be...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/style/Karate-Kid-Costumes" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Best Karate Kid Costumes for Kids and Adults - Daniel-san, Skeletons, Cobra Kai - Express Shipping" style="height:150px;margin-left:-50px" src="https://usercontent2.hubstatic.com/3901267_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>4</span><div class="catlink"><a href="https://discover.hubpages.com/style/clothing/">Costumes &amp; Uniforms</a></div><h3><a class="title navigation" href="https://hubpages.com/style/Karate-Kid-Costumes">Best Karate Kid Costumes for Kids and Adults - Daniel-san, Skeletons, Cobra Kai - Express Shipping</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">The Karate Kid Costume is an old standby of which interest in has been reignited by the remake of the movie in 2010.  Considering its such an easy costume to recreate and plans for a sequel are already in motion, it is a wise and budget conscious...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/entertainment/Chuck-Norris-Costume" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1MjgwNjM3MTQ0MjEyODQ3/chuck-norris-costume.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1MjgwNjM3MTQ0MjEyODQ3/chuck-norris-costume.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjE1MjgwNjM3MTQ0MjEyODQ3/chuck-norris-costume.jpg" data-ratio="0.58705701078582" data-width="649" data-height="381" alt="Chuck Norris Halloween Costume Ideas - Walker Texas Ranger Costume Included - Express Shipping" title="Chuck Norris Halloween Costume Ideas - Walker Texas Ranger Costume Included - Express Shipping"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>6</span><div class="catlink"><a href="https://discover.hubpages.com/entertainment/performing-arts/">Performing Arts</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/entertainment/Chuck-Norris-Costume">Chuck Norris Halloween Costume Ideas - Walker Texas Ranger Costume Included - Express Shipping</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Did you know that &quot;Sharks have a Chuck Norris Week,&quot; and &quot;Chuck Norris is the reason why Waldo is hiding?&quot; Or, that &quot;Chuck Norris has played Russian Roulette with a loaded gun and won.&quot;   Of course, you want to be Chuck Norris for Halloween, did you...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/entertainment/Avatar-Movie-Make-Up-Kit" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Avatar Movie Make Up Kit - Avatar Makeup Kits - Express Shipping" style="width:150px;margin-top:-10px" src="https://usercontent1.hubstatic.com/3643686_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>5</span><div class="catlink"><a href="https://discover.hubpages.com/entertainment/">Entertainment and Media</a></div><h3><a class="title navigation" href="https://hubpages.com/entertainment/Avatar-Movie-Make-Up-Kit">Avatar Movie Make Up Kit - Avatar Makeup Kits - Express Shipping</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Avatar Movie Makeup Kits make your transformation from a boring human to a kick ass Na'vi much easier. There are going to be lots of Avatar inspired costumes this year, but rest assured. most are going to truly suck.  Little Billy: Thats a great...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/holidays/Sue-Sylvester-Halloween-Costumes" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Sue Sylvester Halloween Costumes - Buy or Make Your Own Glee Costume - Express Shipping" style="width:150px;margin-top:-35px" src="https://usercontent2.hubstatic.com/3877791_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>6</span><div class="catlink"><a href="https://discover.hubpages.com/holidays/halloween/">Halloween Costumes</a></div><h3><a class="title navigation" href="https://hubpages.com/holidays/Sue-Sylvester-Halloween-Costumes">Sue Sylvester Halloween Costumes - Buy or Make Your Own Glee Costume - Express Shipping</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Essential Elements of A Sue Sylvester Costume from Glee   Full Track Suit, one color with Nike/Adidas Logo  Trademark Gold Megaphone Charm  Blond Sue Sylvester Wig  Trademark Clipboard  Stopwatch  Whistle  Running Shoes    In Glee, Sue is the coach...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/style/Baby-Yoda-Costumes" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Baby Yoda Costumes and Yoda Ears - Dress your Baby as a Christmas Yoda" style="width:150px;margin-top:-27px" src="https://usercontent2.hubstatic.com/3873365_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>7</span><div class="catlink"><a href="https://discover.hubpages.com/style/clothing/">Baby Clothes &amp; Children's Clothing</a></div><h3><a class="title navigation" href="https://hubpages.com/style/Baby-Yoda-Costumes">Baby Yoda Costumes and Yoda Ears - Dress your Baby as a Christmas Yoda</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">This is my first year celebrating Halloween with a baby, she will be just over 4 months when Halloween costume time arrives. I knew right away we would need a Baby Yoda costume.  As a side effect of watching a newborn I had found myself watching my...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/holidays/Buy-Darth-Vader-Halloween-Costumes" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Buy Darth Vader Halloween Costumes - Darth Vader Helmet with Sounds! - Express Shipping" style="width:150px;margin-top:-27px" src="https://usercontent1.hubstatic.com/3871404_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>5</span><div class="catlink"><a href="https://discover.hubpages.com/holidays/halloween/">Halloween Costumes</a></div><h3><a class="title navigation" href="https://hubpages.com/holidays/Buy-Darth-Vader-Halloween-Costumes">Buy Darth Vader Halloween Costumes - Darth Vader Helmet with Sounds! - Express Shipping</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Darth Vader Costume Guide 2010   Darth Vader, aka Anakin Skywalker makes for a truly excellent costume. But dont be skimpy or braindead while selecting your accessories or you will look like a character from Spaceballs or Revenge of the Nerds drop...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/holidays/Buy-Lady-Gaga-Halloween-Costumes" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Buy Lady Gaga Halloween Costumes - Express Shipping" style="width:150px;margin-top:-27px" src="https://usercontent2.hubstatic.com/3865807_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>7</span><div class="catlink"><a href="https://discover.hubpages.com/holidays/halloween/">Halloween Costumes</a></div><h3><a class="title navigation" href="https://hubpages.com/holidays/Buy-Lady-Gaga-Halloween-Costumes">Buy Lady Gaga Halloween Costumes - Express Shipping</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Even if you are not a Pop Music fan, in some way or another, Lady Gaga and her diva antics have been brought to your attention. Say what you will about the woman, but you cant discredit her ingenuity, showmanship and no fear approach to her image...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/holidays/Toy-Story-3-Halloween-Costumes" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1Mjk4NTA2ODkzNDM2NDM1/toy-story-3-halloween-costumes.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1Mjk4NTA2ODkzNDM2NDM1/toy-story-3-halloween-costumes.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjE1Mjk4NTA2ODkzNDM2NDM1/toy-story-3-halloween-costumes.jpg" data-ratio="0.7109375" data-width="640" data-height="455" alt="Toy Story 3 Halloween Costumes - Buzz Lightyear Costumes 2t 3t 4t and up - Express Shipping" title="Toy Story 3 Halloween Costumes - Buzz Lightyear Costumes 2t 3t 4t and up - Express Shipping"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>7</span><div class="catlink"><a href="https://discover.hubpages.com/holidays/halloween/">Halloween Costumes</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/holidays/Toy-Story-3-Halloween-Costumes">Toy Story 3 Halloween Costumes - Buzz Lightyear Costumes 2t 3t 4t and up - Express Shipping</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Why write about Toy Story 3 Halloween Costumes?  &quot;Josh, Im gonna be Buzz Lightyear&quot; he says.   &quot;Huh,&quot; I reply. Startled, I look up from my laptop to see my 6 year old Nephew smiling up at me. &quot;Buzz Lightyear!&quot; He yells a bit louder, the toothy smile...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/literature/Writing-Your-Own-Blog" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1MjgwNjMzNjU0NTUxOTE5/writing-your-own-blog.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1MjgwNjMzNjU0NTUxOTE5/writing-your-own-blog.png 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjE1MjgwNjMzNjU0NTUxOTE5/writing-your-own-blog.png" data-ratio="0.67291910902696" data-width="1706" data-height="1148" alt="Writing Your Own Blog - HubPages Vs Blogger - How Hp Teaches Perfect Blogging Skills - 60DC" title="Writing Your Own Blog - HubPages Vs Blogger - How Hp Teaches Perfect Blogging Skills - 60DC"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>60</span><div class="catlink"><a href="https://discover.hubpages.com/literature/commercial-and-creative-writing/">Commercial &amp; Creative Writing</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/literature/Writing-Your-Own-Blog">Writing Your Own Blog - HubPages Vs Blogger - How Hp Teaches Perfect Blogging Skills - 60DC</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Are your considering your own blog? Are your held up by all the rules and restrictions regarding  how a blog should be written and designed?  Well dont be! There are no rules!*  Its hard to find information about blogging these days that isnt...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/business/Persuasive-Copywriting-Quotes" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Dont Read This!  99 Secret Persuasive Copywriting Quotes For Serious Online Producers - 60DC" style="height:150px;margin-left:-38px" src="https://usercontent1.hubstatic.com/3840332_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>36</span><div class="catlink"><a href="https://discover.hubpages.com/business/">Business and Employment</a></div><h3><a class="title navigation" href="https://hubpages.com/business/Persuasive-Copywriting-Quotes">Dont Read This!  99 Secret Persuasive Copywriting Quotes For Serious Online Producers - 60DC</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Do you enjoy repeating the same online activities over and over only to receive little to no tangible economic rewards?  Are you still flexible and curious enough to learn new techniques for writing effectively to increase your conversions, or are...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/business/Maximizing-online-profits" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Maximizing Online Profits - On Page Optimization - Above The Fold - Interlinking - Make Old Content  Profitable - 60dc" style="height:150px;margin-left:-29px" src="https://usercontent2.hubstatic.com/3815581_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>57</span><div class="catlink"><a href="https://discover.hubpages.com/business/e-commerce-and-how-to-make-money-online/">E-Commerce &amp; How to Make Money Online</a></div><h3><a class="title navigation" href="https://hubpages.com/business/Maximizing-online-profits">Maximizing Online Profits - On Page Optimization - Above The Fold - Interlinking - Make Old Content  Profitable - 60dc</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">Every online marketer and writer is on a journey. This journey towards online success and profits often if not always starts off rocky. Its actually a very select few who make it past the rocky start and dont quit due to discouraging returns from...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/religion-philosophy/Warrior-Quotes-on-Life" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Bushido and Warrior Quotes on Life for Special Events and Christmas Cards" style="width:150px;margin-top:-53px" src="https://usercontent1.hubstatic.com/3804978_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>16</span><div class="catlink"><a href="https://discover.hubpages.com/religion-philosophy/exploring-religious-options/">Life Philosophies &amp; Beliefs</a></div><h3><a class="title navigation" href="https://hubpages.com/religion-philosophy/Warrior-Quotes-on-Life">Bushido and Warrior Quotes on Life for Special Events and Christmas Cards</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Warrior Quotes on Life and excerpts from the memoirs of History's Generals and others who lived by the sword.      
  &quot;In a rat race its best to be a cat&quot; - Sunforged
 
 
    
 
  Though we have heard of stupid haste in war, cleverness has never...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/living/samsung-refrigerator-filter" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Buy Samsung Refrigerator Filter Replacements - How to install Samsung Refrigerator Water Filters" style="height:150px;margin-left:0px" src="https://usercontent2.hubstatic.com/3803683_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>6</span><div class="catlink"><a href="https://discover.hubpages.com/living/home-appliances/">Kitchen Appliances</a></div><h3><a class="title navigation" href="https://hubpages.com/living/samsung-refrigerator-filter">Buy Samsung Refrigerator Filter Replacements - How to install Samsung Refrigerator Water Filters</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Replace your Samsung Refrigerator Filter every 6 months or every 500 gallons filtered.  All newer models of Samsung Refrigerators feature a filter replacement icon that will notify you when it is time for a replacement filter. When the icon turns...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/art/The-Art-of-Joshua-Sunforged-Personal-Art-Therapy" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="The Art of Joshua Sunforged - Personal Art Therapy" style="width:150px;margin-top:-19px" src="https://usercontent2.hubstatic.com/3800603_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>22</span><div class="catlink"><a href="https://discover.hubpages.com/art/">Arts and Design</a></div><h3><a class="title navigation" href="https://hubpages.com/art/The-Art-of-Joshua-Sunforged-Personal-Art-Therapy">The Art of Joshua Sunforged - Personal Art Therapy</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Joshua Sunforged - Samsara        Joshua Sunforged - Joan d'Avignon (poor color matching)    Joshua Sunforged - &quot;A Terrible Authority&quot;  Joshua Sunforged - Being for the deficit of Mr Light (sold) :(  Joshua Sunforged - still life with pastels ...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/games-hobbies/harry-potter-masks" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Harry Potter Masks - Harry Potter Character Masks for Adults and Children - Costumes too" style="width:150px;margin-top:-16px" src="https://usercontent2.hubstatic.com/3797431_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>5</span><div class="catlink"><a href="https://discover.hubpages.com/games-hobbies/">Games, Toys, and Hobbies</a></div><h3><a class="title navigation" href="https://hubpages.com/games-hobbies/harry-potter-masks">Harry Potter Masks - Harry Potter Character Masks for Adults and Children - Costumes too</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Not surprisingly much of the more complicated costume effects in the Harry Potter movies were created via CGI. So in order to really emulate the looks, Harry Potter masks will be needed. Makeup really wont cut it to get the more fanciful appearance...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/games-hobbies/Lord-Voldemort-Costumes" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Lord Voldemort Halloween Costumes - The Dark Side of Harry Potter Outfits" style="height:150px;margin-left:0px" src="https://usercontent2.hubstatic.com/3795221_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>7</span><div class="catlink"><a href="https://discover.hubpages.com/games-hobbies/">Games, Toys, and Hobbies</a></div><h3><a class="title navigation" href="https://hubpages.com/games-hobbies/Lord-Voldemort-Costumes">Lord Voldemort Halloween Costumes - The Dark Side of Harry Potter Outfits</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">If you are an adult seeking to wear a Harry Potter inspired costume it would be wise to consider a Lord Voldemort Costume. Harry Potter may be the protagonist, but he is a boy wizard. Assuming a child character as your costume is decidingly not sexy...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/holidays/harry-potter-glasses" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Buy Harry Potter Glasses - Best  Harry Potter  Eyeglasses and Glasses Frames " style="width:150px;margin-top:-1px" src="https://usercontent2.hubstatic.com/3788503_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>3</span><div class="catlink"><a href="https://discover.hubpages.com/holidays/">Holidays and Celebrations</a></div><h3><a class="title navigation" href="https://hubpages.com/holidays/harry-potter-glasses">Buy Harry Potter Glasses - Best  Harry Potter  Eyeglasses and Glasses Frames </a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">There is a fine line between dressing as a British school boy and looking like an actual Hogwarts student when you are creating your Harry Potter inspired costume. The appropriate Harry Potter Glasses can make your look authentic.  But Harry Potter...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/games-hobbies/Harry-Potter-Broomsticks" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Buy Harry Potter Broomsticks - Potter Brooms for Costumes and Collectors" style="height:150px;margin-left:-28px" src="https://usercontent2.hubstatic.com/3781917_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>6</span><div class="catlink"><a href="https://discover.hubpages.com/games-hobbies/">Games, Toys, and Hobbies</a></div><h3><a class="title navigation" href="https://hubpages.com/games-hobbies/Harry-Potter-Broomsticks">Buy Harry Potter Broomsticks - Potter Brooms for Costumes and Collectors</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">The Harry Potter Broomstick collection here falls into a very affordable selection of licensed and unlicensed Harry Potter brooms equally suitable for props with Harry Potter Halloween Costumes, Interactive Toys for your children and collectors...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/style/Harry-Potter-tie" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Harry Potter Ties - Harry Potter Neckties and Gryffindor ties" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/3779094_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>9</span><div class="catlink"><a href="https://discover.hubpages.com/style/fashion-accessories/">Fashion Accessories</a></div><h3><a class="title navigation" href="https://hubpages.com/style/Harry-Potter-tie">Harry Potter Ties - Harry Potter Neckties and Gryffindor ties</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Harry Potter Ties are not just for Halloween wear but they are certainly necessary to complete the perfect Harry Potter costume.  Harry Potter Ties come in the 4 very distinctive colors of the four houses of Hogwarts. One can purchase Harry Potter...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/entertainment/Buy-Harry-Potter-Wands" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Buy Harry Potter Wands - Harry Potter Replica Wands and Magic Wands" style="height:150px;margin-left:-21px" src="https://usercontent2.hubstatic.com/3774363_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>3</span><div class="catlink"><a href="https://discover.hubpages.com/entertainment/">Entertainment and Media</a></div><h3><a class="title navigation" href="https://hubpages.com/entertainment/Buy-Harry-Potter-Wands">Buy Harry Potter Wands - Harry Potter Replica Wands and Magic Wands</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Harry potter Replica Wands for all uses, collectible display wands, harry potter wands fit for play and Harry Potter wands for costumes</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/style/Harry-Potter-Scar" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Buy Harry Potter Scar - How to Harry Potter Scar for your Halloween Costume" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/3776814_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>10</span><div class="catlink"><a href="https://discover.hubpages.com/style/body-art-tattoos-and-piercing/">Body Art, Tattoos &amp; Piercing</a></div><h3><a class="title navigation" href="https://hubpages.com/style/Harry-Potter-Scar">Buy Harry Potter Scar - How to Harry Potter Scar for your Halloween Costume</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Creating the perfect Harry Potter scar makes the difference between dressing as an overgrown schoolboy or being the legendary boy wizard.  The Basic Harry Potter outfit is not hard to create or buy, its the attention to details that will make your...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/iPad-Gifts" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="iPad Gifts For iPad Owners  Geeks in Your Life - iPad Buying Guide Christmas 2012" style="height:150px;margin-left:-272px" src="https://usercontent2.hubstatic.com/3725031_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>10</span><div class="catlink"><a href="https://discover.hubpages.com/technology/computers-and-software/">Computer Buying Guides</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/iPad-Gifts">iPad Gifts For iPad Owners  Geeks in Your Life - iPad Buying Guide Christmas 2012</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">As Christmas nears and you have to pick out gifts for your favorite geek and geekette, surely its iPad gifts that will most fill their pale little eyes with momentary glee!  If you have an iPad addict in the family, you know about it, the iPad hasnt...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/style/iPad-Purse" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MjYzNzM1NTQ2MDk0NzY1/ipad-purse.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MjYzNzM1NTQ2MDk0NzY1/ipad-purse.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2MjYzNzM1NTQ2MDk0NzY1/ipad-purse.jpg" data-ratio="1" data-width="640" data-height="640" alt="Buy iPad Purse for Women - iPad Fashion for Tech Friendly Women and Christmas Gifts" title="Buy iPad Purse for Women - iPad Fashion for Tech Friendly Women and Christmas Gifts"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>16</span><div class="catlink"><a href="https://discover.hubpages.com/style/handbags-and-purses/">Handbags &amp; Purses</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/style/iPad-Purse">Buy iPad Purse for Women - iPad Fashion for Tech Friendly Women and Christmas Gifts</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">We showcase the top fashion forward ipad purses and bags including additional research that discovers ipad purses that are functional that are not marketed specifically for the ipad. Our offerings are consistently updated with the best in ipad fashions</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/games-hobbies/top-ten-kinect-games" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Top Ten Kinect Games - The Best Xbox Kinect Games of 2012" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/3676503_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>11</span><div class="catlink"><a href="https://discover.hubpages.com/games-hobbies/computer-and-video-games/">Computer &amp; Video Games</a></div><h3><a class="title navigation" href="https://hubpages.com/games-hobbies/top-ten-kinect-games">Top Ten Kinect Games - The Best Xbox Kinect Games of 2012</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">The 10 Kinect Games are showcased in this article with videos showing gameplay, price comparisons between major retailers and reviews of the kinect games. This article is updated as new games are created that utilize the kinect technology. Come on in for the best kinect games of 2012</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/ipad-charger" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Buy iPad Charger | OEM, Replacement, Wall, Car and USB chargers for iPad" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/3660258_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>13</span><div class="catlink"><a href="https://discover.hubpages.com/technology/consumer-electronics-and-personal-gadgets/">iPad</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/ipad-charger">Buy iPad Charger | OEM, Replacement, Wall, Car and USB chargers for iPad</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">A selection of iPad chargers, at a reasonable price range for your car, wall, computer or back up needs. iPad chargers for every need are available here  Manufacturers have come up with a great trick for screwing consumers in the modern age. Rather...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/ipad-bags" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="iPad Bags | A Selection of Mens and Womens Styles of iPad Bags" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/3654536_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>10</span><div class="catlink"><a href="https://discover.hubpages.com/technology/consumer-electronics-and-personal-gadgets/">iPad</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/ipad-bags">iPad Bags | A Selection of Mens and Womens Styles of iPad Bags</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">iPad bags are a necessity if one wants to take advantage of the portability promised by this high end gadget.  The iPad falls into an uncomfortable size category, its to large to slip into ones pocket, yet to small to realistically use the ...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/politics/Unidentified-Male-in-Avatar-Costume-robs-bank" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Unidentified Male in Avatar Costume robs bank" style="width:150px;margin-top:-10px" src="https://usercontent1.hubstatic.com/3643686_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>27</span><div class="catlink"><a href="https://discover.hubpages.com/politics/crime-and-law-enforcement/">Crime &amp; Law Enforcement</a></div><h3><a class="title navigation" href="https://hubpages.com/politics/Unidentified-Male-in-Avatar-Costume-robs-bank">Unidentified Male in Avatar Costume robs bank</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Avatar Mask used in conjunction with armed robbery. Suspect still unidentified. Mental illness and the newly categorized &quot;Avatar addiction&quot; are suspected culprits. Sales of Avatar Costumes increasing , authorities are wary</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/entertainment/Avatar-Movie-Masks" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Avatar Movie Masks - Avatar Halloween Masks and Replica Prostethics" style="width:150px;margin-top:-10px" src="https://usercontent1.hubstatic.com/3633112_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>14</span><div class="catlink"><a href="https://discover.hubpages.com/entertainment/">Entertainment and Media</a></div><h3><a class="title navigation" href="https://hubpages.com/entertainment/Avatar-Movie-Masks">Avatar Movie Masks - Avatar Halloween Masks and Replica Prostethics</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Characters available for Avatar movie masks this year include Jake Sully, Neytiri and Avatar Na'Vi warrior masks   The James Cameron Movie Avatar is set to be re-released on August 27, 2010, including an extra 9 minutes of unreleased footage...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/business/HubPages-Made-Easy-HubPages-Online-Writers-Toolbar" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="HubPages Made Easy - HubPages Online Writers Toolbar - Tools to Make Money on HubPages" style="height:150px;margin-left:-36px" src="https://usercontent2.hubstatic.com/3610877_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>31</span><div class="catlink"><a href="https://discover.hubpages.com/business/learn-business-skills/">Learn Business Skills</a></div><h3><a class="title navigation" href="https://hubpages.com/business/HubPages-Made-Easy-HubPages-Online-Writers-Toolbar">HubPages Made Easy - HubPages Online Writers Toolbar - Tools to Make Money on HubPages</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Online Writers Toolbar with a Focus on HubPages    compatible with Firefox | Chrome | Internet Explorer | Safari  If you consider your online writing to be a business enterprise then you have to consider your use of time and the return of investment you get from your time expenditure.

Sit back and...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/business/Online-business-success-60dc" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEzNzYxNDkxMzczOTkxMzc1/online-business-success-60dc.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEzNzYxNDkxMzczOTkxMzc1/online-business-success-60dc.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjEzNzYxNDkxMzczOTkxMzc1/online-business-success-60dc.jpg" data-ratio="0.75" data-width="1600" data-height="1200" alt="Goal Setting As A Path To Online Business Success | My 60DC Log" title="Goal Setting As A Path To Online Business Success | My 60DC Log"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>59</span><div class="catlink"><a href="https://discover.hubpages.com/business/small-businesses-and-entrepreneurs/">Small Businesses &amp; Entrepreneurs</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/business/Online-business-success-60dc">Goal Setting As A Path To Online Business Success | My 60DC Log</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Electronics / iPad and Apple Products    Halloween Costumes / Harry Potter Outfits  Make Money Online / Marketing  Orphans - Food and Finance       &quot;Focus on being productive instead of busy&quot;. - Tim Ferriss &quot;It isn&rsquo;t enough to think outside the...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/3D-Digital-Cameras" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="3D Digital Cameras | Top 3D Digital Cameras Reviewed" style="height:150px;margin-left:-36px" src="https://usercontent2.hubstatic.com/3412557_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>7</span><div class="catlink"><a href="https://discover.hubpages.com/technology/">Technology</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/3D-Digital-Cameras">3D Digital Cameras | Top 3D Digital Cameras Reviewed</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">2010 will mark the beginning in commercial 3d applications. 3d movies are now the norm, Most Blockbusters are released in both 2d and 3d formats to mixed acclaim. These same movies are available for home 3d Viewing using 3D stereoscopic televisions...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/Get-Facebook-on-Cricket-Phones" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="How to Get Facebook on Cricket Mobile Phones" style="width:150px;margin-top:-51px" src="https://usercontent2.hubstatic.com/3342259_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>33</span><div class="catlink"><a href="https://discover.hubpages.com/technology/communications/">Cell Phones</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/Get-Facebook-on-Cricket-Phones">How to Get Facebook on Cricket Mobile Phones</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">You can use Facebook Mobile on Cricket Phones

Click edit above to add content to this empty capsule.

If your annoyed and searching the internet on how to get your Cricket Wireless phone to access your Facebook account and send status updates and pictures to your Facebook account via SMS ..then...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/family/From-Water-Broke-to-Hospital-Stay-Birth-the-other-view" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1Mjc3NzQwMTg4OTAyNzY3/from-water-broke-to-hospital-stay-birth-the-other-view.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1Mjc3NzQwMTg4OTAyNzY3/from-water-broke-to-hospital-stay-birth-the-other-view.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjE1Mjc3NzQwMTg4OTAyNzY3/from-water-broke-to-hospital-stay-birth-the-other-view.jpg" data-ratio="0.75" data-width="3072" data-height="2304" alt="From Water Broke to Hospital Stay |  Birth the other view" title="From Water Broke to Hospital Stay |  Birth the other view"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>61</span><div class="catlink"><a href="https://discover.hubpages.com/family/babies-and-baby-care/">Babies &amp; Baby Care</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/family/From-Water-Broke-to-Hospital-Stay-Birth-the-other-view">From Water Broke to Hospital Stay |  Birth the other view</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Baby, its 5am havent been able to sleep yet , its impossible I think, in the next few hours we are likely to forget all these little details, Im watching you sleep in a hospital bed staring at the dimly lit empty infant incubator behind you     Its...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/business/How-to-use-an-adwords-voucher" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="How to use a Google  Adwords Voucher | Google Coupons - 60DC" style="height:150px;margin-left:-501px" src="https://usercontent1.hubstatic.com/3187090_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>30</span><div class="catlink"><a href="https://discover.hubpages.com/business/e-commerce-and-how-to-make-money-online/">E-Commerce &amp; How to Make Money Online</a></div><h3><a class="title navigation" href="https://hubpages.com/business/How-to-use-an-adwords-voucher">How to use a Google  Adwords Voucher | Google Coupons - 60DC</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Have you ever opened your email to see an interesting message from Google informing you that you have just received a $100 Voucher towards a new&nbsp; Google Adwords account?  Or perhaps, you recently purchased a hosting account and were offered...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/business/Better-Search-Engine-Ranking-through-Adsense-Revenue-Sharing-Sites" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Better Search Engine Ranking through Adsense Revenue Sharing Sites | The Truth | 60DC " style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/3180132_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>19</span><div class="catlink"><a href="https://discover.hubpages.com/business/">Business and Employment</a></div><h3><a class="title navigation" href="https://hubpages.com/business/Better-Search-Engine-Ranking-through-Adsense-Revenue-Sharing-Sites">Better Search Engine Ranking through Adsense Revenue Sharing Sites | The Truth | 60DC </a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Number and quality of backlinks is a major factor when trying to&nbsp; increase your search results ranking. The scramble to find backlinks often sends writers and marketers on searches for related forums, comment forms, answer sites and of course the...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/politics/New-Orange-New-York-License-Plates" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="New Orange New York License Plates - Are NY State plates ugly?" style="height:150px;margin-left:-75px" src="https://usercontent1.hubstatic.com/3152056_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>26</span><div class="catlink"><a href="https://discover.hubpages.com/politics/">Politics and Social Issues</a></div><h3><a class="title navigation" href="https://hubpages.com/politics/New-Orange-New-York-License-Plates">New Orange New York License Plates - Are NY State plates ugly?</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">&nbsp;Starting April 1, 2010 all new plates issued by the New York State DMV will be the new style known as &quot;Empire Gold.&quot;  You have probably already seen these hideous plates in New York streets. Empire Gold is the nice marketable name created by...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/Get-traffic-with-ON-PAGE-seo" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Get traffic with ON PAGE seo - Tweak Your Hubs - 60DC" style="width:150px;margin-top:-11px" src="https://usercontent1.hubstatic.com/3123110_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>68</span><div class="catlink"><a href="https://discover.hubpages.com/technology/">Technology</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/Get-traffic-with-ON-PAGE-seo">Get traffic with ON PAGE seo - Tweak Your Hubs - 60DC</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Getting traffic through on page SEO is a mysterious and complex technique that will take many, many hours to explain. So get your feet up, cancel all appointments, walk the dogs and pay careful attention.  &nbsp;Ok, I kid.  The truth is basic on page...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/business/Make-Money-with-Amazon-A-Store-Amazon-Affiliate" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Make Money with Amazon A Store - Amazon Affiliate - 60dc" style="height:150px;margin-left:-72px" src="https://usercontent2.hubstatic.com/3093603_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>49</span><div class="catlink"><a href="https://discover.hubpages.com/business/e-commerce-and-how-to-make-money-online/">E-Commerce &amp; How to Make Money Online</a></div><h3><a class="title navigation" href="https://hubpages.com/business/Make-Money-with-Amazon-A-Store-Amazon-Affiliate">Make Money with Amazon A Store - Amazon Affiliate - 60dc</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">If your struggling to reach success as an Amazon associate, your not alone.   Amazon is the internets number one online retailer..and they know it. When your trying to make money with the amazon associate program you have a very small window of time...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/business/The-HubPages-Affiliate-Dashboard-Tool" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="The HubPages Affiliate Dashboard Tool - 60DC" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/3086755_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>39</span><div class="catlink"><a href="https://discover.hubpages.com/business/">Business and Employment</a></div><h3><a class="title navigation" href="https://hubpages.com/business/The-HubPages-Affiliate-Dashboard-Tool">The HubPages Affiliate Dashboard Tool - 60DC</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">I spent a few hours today, purchasing Camtasia v7, finding my old webcam and then looking all over the net for a working driver to get it working.  The purpose was to create a tutorial on how to set up your Firefox browser to help perform your...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/business/How-to-make-a-passive-income-writing-online" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="The 60DC Curriculum - How to make a passive income writing online" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/3081762_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>41</span><div class="catlink"><a href="https://discover.hubpages.com/business/">Business and Employment</a></div><h3><a class="title navigation" href="https://hubpages.com/business/How-to-make-a-passive-income-writing-online">The 60DC Curriculum - How to make a passive income writing online</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">Passive Income? Making a passive income online is a very active process. The term &quot;passive&quot; is actually quite misleading. But if done right, with a little luck and a lot of work, once can create passive income from their writing, within are some suggested principles to examine</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/Best-WebSite-Hosting-for-beginners" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Best WebSite Hosting for beginners - Simple Host Options" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/12606898_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>26</span><div class="catlink"><a href="https://discover.hubpages.com/technology/">Technology</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/Best-WebSite-Hosting-for-beginners">Best WebSite Hosting for beginners - Simple Host Options</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">If you spend anytime in the online writing and marketing world you frequently hear about the value of hosting your own sites.&nbsp; With your own website you have complete control of all aspects of your design, layout, content and advertising.   But,...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/literature/Alternatives-to-Associated-Content" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1Mjc3NzM5MzgzNDY1NDkx/alternatives-to-associated-content.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1Mjc3NzM5MzgzNDY1NDkx/alternatives-to-associated-content.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjE1Mjc3NzM5MzgzNDY1NDkx/alternatives-to-associated-content.jpg" data-ratio="1.4094117647059" data-width="425" data-height="599" alt="Alternatives to Associated Content : Why Associated Content Sucks" title="Alternatives to Associated Content : Why Associated Content Sucks"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>12</span><div class="catlink"><a href="https://discover.hubpages.com/literature/commercial-and-creative-writing/">Commercial &amp; Creative Writing</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/literature/Alternatives-to-Associated-Content">Alternatives to Associated Content : Why Associated Content Sucks</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">&nbsp;If you were a Associated Content writer and are not a US Taxpayer you were probably recently disappointed by an email you received that essentially closed you out from any future earnings at the site.  To be clear, not only can you no longer earn...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/How-to-Make-a-Dessert-Pizza" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="How to Make a Dessert Pizza | Dessert Pizza Dough and Instructions" style="height:150px;margin-left:-72px" src="https://usercontent2.hubstatic.com/3052565_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>16</span><div class="catlink"><a href="https://discover.hubpages.com/food/">Food and Cooking</a></div><h3><a class="title navigation" href="https://hubpages.com/food/How-to-Make-a-Dessert-Pizza">How to Make a Dessert Pizza | Dessert Pizza Dough and Instructions</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Creating a Dessert Pizza at Home , easy Dessert Pizza Recipes with pictures and supply sources. Background:   As a Pizzamaker and moonlighting Restaurant manager for near 10 years, I was often forced to experiment and create new recipes and preparations in order to keep my palate happy while tied...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/3d-HDMi-cables" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Best 3d HDMi cables for your TV" style="height:150px;margin-left:-5px" src="https://usercontent2.hubstatic.com/3041089_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>3</span><div class="catlink"><a href="https://discover.hubpages.com/technology/">Technology</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/3d-HDMi-cables">Best 3d HDMi cables for your TV</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">A quick and to the point listing of required 3d hdmi cables for your 3d television. Including links to reviews and best prices on 3d hdmi cables</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/3d-Ready-Plasma-TV" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Black Friday 3d Ready Plasma TV Deals" style="height:150px;margin-left:-47px" src="https://usercontent1.hubstatic.com/3039736_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>1</span><div class="catlink"><a href="https://discover.hubpages.com/technology/">Technology</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/3d-Ready-Plasma-TV">Black Friday 3d Ready Plasma TV Deals</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Black Friday Will be the day to finally make the investment into 3d televisions. After the rise of Avatar 3D and the ensuing blitz of 3D films in the theater, its hard to appreciate many of the titles once they hit home viewing.  My local cable...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/buy-iPad-insurance" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Best Buy iPad Insurance - Best Buys for IWarranty on Dropped iPads" style="width:150px;margin-top:-52px" src="https://usercontent1.hubstatic.com/3038744_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>1</span><div class="catlink"><a href="https://discover.hubpages.com/technology/">Technology</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/buy-iPad-insurance">Best Buy iPad Insurance - Best Buys for IWarranty on Dropped iPads</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Your ipad can break. The large touch screen is sensitive to drops and falls. Initial Reports of accidental iPad breakage started coming into the top Apple repair sites online within the first weekend. Unfortunately, the ipad parts supply is rather...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/games-hobbies/GeForce-3D-Vision-kit-online-deals" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Buy GeForce 3D Vision kit online deals - nVidia 3D deals" style="height:150px;margin-left:0px" src="https://usercontent2.hubstatic.com/12606901_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>5</span><div class="catlink"><a href="https://discover.hubpages.com/games-hobbies/">Games, Toys, and Hobbies</a></div><h3><a class="title navigation" href="https://hubpages.com/games-hobbies/GeForce-3D-Vision-kit-online-deals">Buy GeForce 3D Vision kit online deals - nVidia 3D deals</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">The future is now!  If your here your already aware that the ability to play and interact in a true 3d environment is available for your at home gaming needs.  If you have done your research you know that the current leader in 3d video gaming...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/business/Easy-ways-to-promote-your-site-Get-traffic-to-my-site" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1MTE0ODg4NDUwNjgwMTc1/easy-ways-to-promote-your-site-get-traffic-to-my-site.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1MTE0ODg4NDUwNjgwMTc1/easy-ways-to-promote-your-site-get-traffic-to-my-site.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjE1MTE0ODg4NDUwNjgwMTc1/easy-ways-to-promote-your-site-get-traffic-to-my-site.jpg" data-ratio="0.625" data-width="1280" data-height="800" alt="Easy Ways To Promote Your Website - How to Get traffic to my site 60DC" title="Easy Ways To Promote Your Website - How to Get traffic to my site 60DC"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>57</span><div class="catlink"><a href="https://discover.hubpages.com/business/marketing-and-sales/">Marketing &amp; Sales</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/business/Easy-ways-to-promote-your-site-Get-traffic-to-my-site">Easy Ways To Promote Your Website - How to Get traffic to my site 60DC</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">The Basics:  &nbsp;&nbsp; Promotion and link building has two
quite disparate purposes, the most perfect goal is to gain  dofollow
backlinks on sites that Google regularly indexes and assesses a high
authority or respect, one metric for this is PR or...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/literature/eHow-alternatives" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEwNDMzMzIxMjE2MjU1ODI1/ehow-alternatives.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEwNDMzMzIxMjE2MjU1ODI1/ehow-alternatives.png 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjEwNDMzMzIxMjE2MjU1ODI1/ehow-alternatives.png" data-ratio="1" data-width="155" data-height="155" alt="eHow alternatives - Where to write now that eHow closed" title="eHow alternatives - Where to write now that eHow closed"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>32</span><div class="catlink"><a href="https://discover.hubpages.com/literature/">Books, Literature, and Writing</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/literature/eHow-alternatives">eHow alternatives - Where to write now that eHow closed</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Like many I was stunned to receive a notification from eHow stating:   We wanted to let you know that Demand Studios is now the exclusive platform for writing new articles for eHow.com.  With the launch of these changes, we have updated our Terms of...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/money/Creative-Ways-to-make-Money-60-day-challenge" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1Mjg0NDk3MjQ2MjY2NzM1/creative-ways-to-make-money-60-day-challenge.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1Mjg0NDk3MjQ2MjY2NzM1/creative-ways-to-make-money-60-day-challenge.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjE1Mjg0NDk3MjQ2MjY2NzM1/creative-ways-to-make-money-60-day-challenge.jpg" data-ratio="0.75" data-width="500" data-height="375" alt="60 Day Challenge - Principles of Success - Introduction" title="60 Day Challenge - Principles of Success - Introduction"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>41</span><div class="catlink"><a href="https://discover.hubpages.com/money/income-and-making-money/">Making Money on the Internet</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/money/Creative-Ways-to-make-Money-60-day-challenge">60 Day Challenge - Principles of Success - Introduction</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Online writing can be a solitary endeavor...lets fix that for a moment     (We are only in Day 1 of the Team Building Aspect for the second edition of The 60day Challenge - the following information was created for the initial Challenge but has been...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/Buy-iPad-Accessories" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="iPad and ipad 2 Accessories on eBay and Amazon" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/2893204_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>7</span><div class="catlink"><a href="https://discover.hubpages.com/technology/consumer-electronics-and-personal-gadgets/">iPad</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/Buy-iPad-Accessories">iPad and ipad 2 Accessories on eBay and Amazon</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">The iPad craze is officially upon us, many lucky owners are actually holding an iPad in their fanboy pre-ordering hands. I have been personally following the iPad news as part of my research for iPad specific technology websites. All of the initial...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/community/Goals-Planning-Success-The-60-day-Challenge-Team-on-HubPages" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Goals Planning Success-The 60 day Challenge Team on HubPages" style="height:150px;margin-left:-32px" src="https://usercontent1.hubstatic.com/2878582_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>47</span><div class="catlink"><a href="https://discover.hubpages.com/community/making-money-on-hubpages/">Making Money on HubPages</a></div><h3><a class="title navigation" href="https://hubpages.com/community/Goals-Planning-Success-The-60-day-Challenge-Team-on-HubPages">Goals Planning Success-The 60 day Challenge Team on HubPages</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">&quot;This 60-day HubChallenge is more aggressive approach to writing hubs
and following up with the proper promotion of them to optimize results.
You will be strongly encouraged by your fellow hubbers to stick with it
because it will benefit the entire...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/community/online-goal-setting" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Online Goal Setting Tools - Your 60 day Challenge Log - Day 1" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/2875152_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>19</span><div class="catlink"><a href="https://discover.hubpages.com/community/">HubPages Tutorials and Community</a></div><h3><a class="title navigation" href="https://hubpages.com/community/online-goal-setting">Online Goal Setting Tools - Your 60 day Challenge Log - Day 1</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">You got to be careful if you don't know where you're going, because you might not get there. - Yogi Berra  Open up your Hub challenge log with a statement of what your personal goal is out of your involvement in the challenge.   Do you want to...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/community/The-Hubpages-60-Day-Challenge" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEzNjY4MjM2NjI4MDc2Mzgx/the-hubpages-60-day-challenge.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEzNjY4MjM2NjI4MDc2Mzgx/the-hubpages-60-day-challenge.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjEzNjY4MjM2NjI4MDc2Mzgx/the-hubpages-60-day-challenge.jpg" data-ratio="1.503671071953" data-width="681" data-height="1024" alt="The Hubpages 60 Day Challenge" title="The Hubpages 60 Day Challenge"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>58</span><div class="catlink"><a href="https://discover.hubpages.com/community/making-money-on-hubpages/">Making Money on HubPages</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/community/The-Hubpages-60-Day-Challenge">The Hubpages 60 Day Challenge</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Now starting our second challenge...Aug 2010    The Team Building Process has begun ..to show your serious interest in beginning this group collaborative - please peruse this info from the last challenge and create a new hublog in response to the...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/style/little-black-bikini" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Little black bikini deals online" style="width:150px;margin-top:-57px" src="https://usercontent2.hubstatic.com/2850453_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>24</span><div class="catlink"><a href="https://discover.hubpages.com/style/clothing/">Women's Fashion &amp; Clothing Styles</a></div><h3><a class="title navigation" href="https://hubpages.com/style/little-black-bikini">Little black bikini deals online</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Luckily, some genius invented the black string bikini, with less material and less coverage, you get a better tan and have far less material to carry around. Everyone should have a couple o fblack string bikinis in their arsenal.

Caution: black string bikinis are carnivorous and may catch a man...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/technology/iPad-Dock" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTgxNTk0NDkzMjYxMTk0MzQ5/ipad-dock.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTgxNTk0NDkzMjYxMTk0MzQ5/ipad-dock.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTgxNTk0NDkzMjYxMTk0MzQ5/ipad-dock.jpg" data-ratio="1" data-width="326" data-height="326" alt="iPad Dock - Options for iPad Wall Docking Stations and accessories" title="iPad Dock - Options for iPad Wall Docking Stations and accessories"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>0</span><div class="catlink"><a href="https://discover.hubpages.com/technology/">Technology</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/technology/iPad-Dock">iPad Dock - Options for iPad Wall Docking Stations and accessories</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Hundreds of thousands of ipads have already been pre-sold, the buzz seems to go both ways, many more rational individuals see it as an overpriced iPod touch that does very little as far as increases in functionality compared to your average netbook....</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/health/How-to-fit-back-into-your-bathing-suit" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="How to fit back into your bathing suit - What exercises to do to fit back in your swim suit" style="width:150px;margin-top:-30px" src="https://usercontent1.hubstatic.com/2784552_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>4</span><div class="catlink"><a href="https://discover.hubpages.com/health/exercise-and-fitness/">Women's Fitness</a></div><h3><a class="title navigation" href="https://hubpages.com/health/How-to-fit-back-into-your-bathing-suit">How to fit back into your bathing suit - What exercises to do to fit back in your swim suit</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">&quot;Oh my God Ill never fit back into that swimsuit!&quot;   As a male the topic is almost laughable, but as a male who is often around women, I better keep my mouth shut or come up with a positive solution if I know whats good for me!  After a season of...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/health/childrens-diets-school-lunch-program" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Using Fresh Local and Organic Items in the National School Lunch Program | Fat Kids Gone Wild " style="height:150px;margin-left:-31px" src="https://usercontent2.hubstatic.com/2757597_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>3</span><div class="catlink"><a href="https://discover.hubpages.com/health/diet-and-weight-loss/">Diet &amp; Weight Loss</a></div><h3><a class="title navigation" href="https://hubpages.com/health/childrens-diets-school-lunch-program">Using Fresh Local and Organic Items in the National School Lunch Program | Fat Kids Gone Wild </a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Would you believe that that meat that the meat your child consumes at Mcdonalds or Jack In the Box is more likely to be safe than the meat provided to them by the school lunch program?  Standards set by McDonalds, KFC and other major fast food...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/health/Pescatarian" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="The Pescatarian Diet : We Live the Longest" style="height:150px;margin-left:-19px" src="https://usercontent1.hubstatic.com/2731968_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>5</span><div class="catlink"><a href="https://discover.hubpages.com/health/diet-and-weight-loss/">Healthy Diets</a></div><h3><a class="title navigation" href="https://hubpages.com/health/Pescatarian">The Pescatarian Diet : We Live the Longest</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Pescatarian: A vegetarian diet + Seafood.   My pescatarian Diet is one that closely mirrors the diet of the healthiest people in the world. Since the 1960's scientists have studied the diets and health of most of the major developed countries and...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/style/Juicy-Couture-Bikini-Deals" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="2011 Juicy Couture Bikini Deals" style="width:150px;margin-top:-23px" src="https://usercontent2.hubstatic.com/2691999_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>2</span><div class="catlink"><a href="https://discover.hubpages.com/style/clothing/">Women's Fashion &amp; Clothing Styles</a></div><h3><a class="title navigation" href="https://hubpages.com/style/Juicy-Couture-Bikini-Deals">2011 Juicy Couture Bikini Deals</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">.  The Juicy Couture product line is looking to expand to huge heights this 2010 swimwear season. This high class yet affordable line of sleek form fitting and extremely sexy swim and nightwear is to be showcased at luxury VIP airport lounges across...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/health/Aromatherapy-Oil-Diffuser-Review" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Aromatherapy Oil Diffuser Review - Essential Oil Diffusers for Christmas Gifts" style="height:150px;margin-left:-54px" src="https://usercontent2.hubstatic.com/2711659_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>5</span><div class="catlink"><a href="https://discover.hubpages.com/health/alternative-and-natural-medicine/">Aromatherapy</a></div><h3><a class="title navigation" href="https://hubpages.com/health/Aromatherapy-Oil-Diffuser-Review">Aromatherapy Oil Diffuser Review - Essential Oil Diffusers for Christmas Gifts</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Although many oils used in aromatherapy can be applied topically the effect of a properly diffused oil throughout your space is unparalleled.  The act of diffusing , or dispensing oils so that the aroma is dispersed around a room of a natural...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/health/A-skeptic-believes-A-Reiki-Initiation" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTk0MjQ5NTYxNTE3MzM2MjQx/a-skeptic-believes-a-reiki-initiation.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTk0MjQ5NTYxNTE3MzM2MjQx/a-skeptic-believes-a-reiki-initiation.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTk0MjQ5NTYxNTE3MzM2MjQx/a-skeptic-believes-a-reiki-initiation.jpg" data-ratio="1.3333333333333" data-width="375" data-height="500" alt="A skeptic believes - A Reiki Initiation" title="A skeptic believes - A Reiki Initiation"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>4</span><div class="catlink"><a href="https://discover.hubpages.com/health/alternative-and-natural-medicine/">Alternative &amp; Natural Medicine</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/health/A-skeptic-believes-A-Reiki-Initiation">A skeptic believes - A Reiki Initiation</a></h3><p class="meta"> <span class="timestamp">16 years ago</span></p><p class="summary">The skeptic who is typing these words believes that it is difficult to believe another when absorbing information about, well, everything.  What is motivating this other human to try and indoctrinate and share their thoughts with me, are they...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/style/Buy-Youstar-long-sleeve-Hoodie" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Buy Youstar long sleeve Hoodie - YouStar Clothing" style="height:150px;margin-left:-12px" src="https://usercontent2.hubstatic.com/2690423_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>0</span><div class="catlink"><a href="https://discover.hubpages.com/style/clothing/">Men's Fashion &amp; Clothing Styles</a></div><h3><a class="title navigation" href="https://hubpages.com/style/Buy-Youstar-long-sleeve-Hoodie">Buy Youstar long sleeve Hoodie - YouStar Clothing</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">I recently acquired a couple of Youstar long Sleeve Hoodies as gifts. They are little outside my norm for hooded sweatshirt wear, but this is precisely why I enjoy wearing them so much.  If you do any research into the company the majority of the...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/health/organic-natural-home-cleaning" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Fight mold and bacteria with natural home remedies and products| The Thieves Remedy and Thieves Cleaning Products" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/2689540_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>9</span><div class="catlink"><a href="https://discover.hubpages.com/health/alternative-and-natural-medicine/">Home Remedies</a></div><h3><a class="title navigation" href="https://hubpages.com/health/organic-natural-home-cleaning">Fight mold and bacteria with natural home remedies and products| The Thieves Remedy and Thieves Cleaning Products</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">To your right you see a beautiful image, an awesome sunburst with impressive detail. You may wonder what this beautiful picture is and how you can get one for yourself?  Well its quite easy actually, simple scrape a sample from  everyday bathroom or...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/health/Best-Herbal-Remedy-for-nausea-and-upset-stomach" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Best Herbal Remedy for nausea and upset stomach - Ginger" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/2679118_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>10</span><div class="catlink"><a href="https://discover.hubpages.com/health/alternative-and-natural-medicine/">Herbal Remedies from Spices</a></div><h3><a class="title navigation" href="https://hubpages.com/health/Best-Herbal-Remedy-for-nausea-and-upset-stomach">Best Herbal Remedy for nausea and upset stomach - Ginger</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Ginger as a Remedy throughout World History    Ancient Romans ate ginger wrapped in bread to soothe their stomachs following their fabled feasts (Gingerbread)  Ancient Chinese and Viking mariners used ginger to combat seasickness  Revolutionary War...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/The-Ultimate-Writers-link-wheel-tutorial-earning-from-your-backlinks" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="The Ultimate Writers link wheel tutorial earning from your backlinks : Do linkwheels work in 2011?" style="height:150px;margin-left:-19px" src="https://usercontent1.hubstatic.com/2609852_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>70</span><div class="catlink"><a href="https://discover.hubpages.com/literature/commercial-and-creative-writing/">Making Money as a Writer</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/The-Ultimate-Writers-link-wheel-tutorial-earning-from-your-backlinks">The Ultimate Writers link wheel tutorial earning from your backlinks : Do linkwheels work in 2011?</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">I'm going to break a cardinal rule and
just write one massive post here. Its not going to have many
explanations. You will read and probably have read a lot of explanations and
tutorials on how to get your content to top positions in Google
search...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/entertainment/Avatar-Navi-Masks" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Avatar Navi Masks and Costumes - Express Shipping - Hollywood Quality" style="height:150px;margin-left:-28px" src="https://usercontent1.hubstatic.com/2581616_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>6</span><div class="catlink"><a href="https://discover.hubpages.com/entertainment/">Entertainment and Media</a></div><h3><a class="title navigation" href="https://hubpages.com/entertainment/Avatar-Navi-Masks">Avatar Navi Masks and Costumes - Express Shipping - Hollywood Quality</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Avatar professional grade hollywood special effects prostethics

Click edit above to add content to this empty capsule.
Avatar mask suppliers reviewed

If your interested in being the prettiest belle of the ball with the highest quality most effective hollywood caliber mask...these are your...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/style/Prom-dresses-under-100-in-2010" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Homecoming Juniors and Prom dresses under 100 " style="width:150px;margin-top:-101px" src="https://usercontent1.hubstatic.com/2503090_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>0</span><div class="catlink"><a href="https://discover.hubpages.com/style/">Fashion and Beauty</a></div><h3><a class="title navigation" href="https://hubpages.com/style/Prom-dresses-under-100-in-2010">Homecoming Juniors and Prom dresses under 100 </a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Best Prom Dresses Under 100  Its here again, Prom Season. Fashion magazines and teeny bopper rags like Seventeen are already stuffing the advertising down your throat.  According to &quot;Seventeen,&quot; The top designers this year will include,   Sherri...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/entertainment/Avatar-Make-Up" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Avatar Make Up  - Avatar MakeUp For Halloween - Express Shipping" style="width:150px;margin-top:-29px" src="https://usercontent2.hubstatic.com/2486053_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>6</span><div class="catlink"><a href="https://discover.hubpages.com/entertainment/">Entertainment and Media</a></div><h3><a class="title navigation" href="https://hubpages.com/entertainment/Avatar-Make-Up">Avatar Make Up  - Avatar MakeUp For Halloween - Express Shipping</a></h3><p class="meta"> <span class="timestamp">4 years ago</span></p><p class="summary">This Page has two distinct types of Avatar Make Up information - on top it shows how to mimic the Avatar Na'Vi Style using mostly traditional makeup with only a few special supplies.  Below it has Movie Quality Special Effects MakeUp and Prosthesis...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/entertainment/Avatar-Posters" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Avatar Posters | Signed Avatar Posters | Pandora Posters" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/2470520_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>0</span><div class="catlink"><a href="https://discover.hubpages.com/entertainment/movies-and-movie-reviews/">Movies &amp; Movie Reviews</a></div><h3><a class="title navigation" href="https://hubpages.com/entertainment/Avatar-Posters">Avatar Posters | Signed Avatar Posters | Pandora Posters</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Gallery of Avatar Posters  The art of Avatar is truly mind blowing. While watching this epic film one is quickly transported to another world, the world of Pandora, where reality and dreams are intertwined, where high technology meets animism and...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/health/Symptoms-of-Gluten-Intolerance-and-Celiac-Disease-Symptoms" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Symptoms of Gluten Intolerance and Celiac Disease Symptoms | coetaneous bleeding et al" style="height:150px;margin-left:-36px" src="https://usercontent1.hubstatic.com/2379318_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>13</span><div class="catlink"><a href="https://discover.hubpages.com/health/">Health</a></div><h3><a class="title navigation" href="https://hubpages.com/health/Symptoms-of-Gluten-Intolerance-and-Celiac-Disease-Symptoms">Symptoms of Gluten Intolerance and Celiac Disease Symptoms | coetaneous bleeding et al</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Celiac Disease or Gluten Intolerance effects at least 3 million 
 Americans.   1 in 133 people have celiac disease  Only 1 in 4,700 
 is ever diagnosed  What risks exist from living life with untreated Gluten Intolerance ? Those with Celiac Disease...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/games-hobbies/avatar-pictures" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Avatar Pictures" style="width:150px;margin-top:-43px" src="https://usercontent1.hubstatic.com/2374416_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>6</span><div class="catlink"><a href="https://discover.hubpages.com/games-hobbies/">Games, Toys, and Hobbies</a></div><h3><a class="title navigation" href="https://hubpages.com/games-hobbies/avatar-pictures">Avatar Pictures</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Avatar Toys are going to be the hottest merchandise of the new decade. When a company spends 500 Million on a movie, you better believe that your child will be brainwashed by the hype.  Your dreams will be plagued by the shrill shrieks of &quot;Avatar,...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/health/gluteoplasty" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Gluteoplasty : True cosmetic surgery costs" style="width:150px;margin-top:-47px" src="https://usercontent2.hubstatic.com/2296881_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>6</span><div class="catlink"><a href="https://discover.hubpages.com/health/">Health</a></div><h3><a class="title navigation" href="https://hubpages.com/health/gluteoplasty">Gluteoplasty : True cosmetic surgery costs</a></h3><p class="meta"> <span class="timestamp">16 years ago</span></p><p class="summary">Gluteoplasty or Butt Augmentation There are two main types of Gluteoplasty procedures.   The lifting of the buttocks  Enlargement of the buttocks using synthetic implants   1. The Brazilian Butt Lift  Brazil nuts, brazilian bikini wax and now...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/stereoscopic-3d" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Stereoscopic 3d" style="width:150px;margin-top:-6px" src="https://usercontent2.hubstatic.com/2362387_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>1</span><div class="catlink"><a href="https://discover.hubpages.com/technology/">Technology</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/stereoscopic-3d">Stereoscopic 3d</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">At the eve of 2009, the 500 Million dollar movie Avatar, by James Cameron was released. Critics and movie goers alike were blown away by the awe inspiring imagery. Smart movie goers opted to spend a few extra bucks and enjoy the movie in the...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/How-to-make-your-netbook-more-like-a-laptop" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="How to make your netbook more like a laptop" style="width:150px;margin-top:-30px" src="https://usercontent2.hubstatic.com/2283507_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>14</span><div class="catlink"><a href="https://discover.hubpages.com/technology/computers-and-software/">Computers &amp; Software</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/How-to-make-your-netbook-more-like-a-laptop">How to make your netbook more like a laptop</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">As an online writer and web site developer I am a huge fan of my Netbook. I really can not imagine using anything else for my daily reading and simple page generation.  Ever since I purchased my tiny Asus laptop (or netbook) I have been able to work...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/business/How-to-use-SheToldMe-com-Earn-from-your-backlinks" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="How to use SheToldMe.com- Earn money from your backlinks" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/2258305_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>42</span><div class="catlink"><a href="https://discover.hubpages.com/business/e-commerce-and-how-to-make-money-online/">E-Commerce &amp; How to Make Money Online</a></div><h3><a class="title navigation" href="https://hubpages.com/business/How-to-use-SheToldMe-com-Earn-from-your-backlinks">How to use SheToldMe.com- Earn money from your backlinks</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">As you develop online content, you will quickly learn that your content is worthless without readers. In order to develop visitors and readers to your pages, regardless of whether income is your motivation, you simply must learn some basic search...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/animals/Family-Guard-Dogs-Best-Dog-Breeds" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MjY4ODAxOTk2ODkxMzI2/family-guard-dogs-best-dog-breeds.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MjY4ODAxOTk2ODkxMzI2/family-guard-dogs-best-dog-breeds.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2MjY4ODAxOTk2ODkxMzI2/family-guard-dogs-best-dog-breeds.jpg" data-ratio="1.2219570405728" data-width="838" data-height="1024" alt="Best Family Guard Dogs: Top Family Protection Dogs" title="Best Family Guard Dogs: Top Family Protection Dogs"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>28</span><div class="catlink"><a href="https://discover.hubpages.com/animals/dogs-and-dog-breeds/">Selecting a Dog</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/animals/Family-Guard-Dogs-Best-Dog-Breeds">Best Family Guard Dogs: Top Family Protection Dogs</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">.   What are the top breeds to act as family protection dogs?  I can tell you right away, its not the Chihuahua!, although they fit ALMOST all the requirements, they are loyal, watchful, mouthy and very brave!  But they obviously lack the size to...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/business/Get-Website-Traffic-from-Backlinks-and-Get-paid-for-it-Dofollow-backlinks-that-you-can-earn-from" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="SEO Tips : Using the  Revenue Sharing Model  to Promote Your Site" style="height:150px;margin-left:-113px" src="https://usercontent2.hubstatic.com/2155339_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>150</span><div class="catlink"><a href="https://discover.hubpages.com/business/e-commerce-and-how-to-make-money-online/">E-Commerce &amp; How to Make Money Online</a></div><h3><a class="title navigation" href="https://hubpages.com/business/Get-Website-Traffic-from-Backlinks-and-Get-paid-for-it-Dofollow-backlinks-that-you-can-earn-from">SEO Tips : Using the  Revenue Sharing Model  to Promote Your Site</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Hi, think you can do better?  Give it a shot by trying HubPages now.    For some reason, Nicole Miller of DocuMaker felt my article was worthy of highlighting as &quot;something worth avoiding&quot; in a recent TechCrunch article and felt this one example...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/entertainment/Hubpages-Aunties" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTkwMTA1Nzc3MzM4NTI0OTUz/hubpages-aunties.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTkwMTA1Nzc3MzM4NTI0OTUz/hubpages-aunties.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTkwMTA1Nzc3MzM4NTI0OTUz/hubpages-aunties.jpg" data-ratio="0.94779116465863" data-width="249" data-height="236" alt="Hubpages Aunties" title="Hubpages Aunties"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>17</span><div class="catlink"><a href="https://discover.hubpages.com/entertainment/">Entertainment and Media</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/entertainment/Hubpages-Aunties">Hubpages Aunties</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">I really dont get it, why does the term Hubpages Aunties attract a 1000 searchers a month   Aunty, Auntie's - An older women that you find attractive. From the English word for an aunt   - From a Tamil slang guide  So if Aunties are attractive older...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/money/Investment-Bonds-for-Babies" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Investment Bonds for Babies and Best Investment bonds for children - Gifts For Children That Are A Good Investment" style="width:150px;margin-top:-23px" src="https://usercontent1.hubstatic.com/2076790_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>3</span><div class="catlink"><a href="https://discover.hubpages.com/money/banks-sandls-credit-unions/">Banks, S&amp;L's, Credit Unions</a></div><h3><a class="title navigation" href="https://hubpages.com/money/Investment-Bonds-for-Babies">Investment Bonds for Babies and Best Investment bonds for children - Gifts For Children That Are A Good Investment</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">Municipal bonds investment, investment bonds, best saving bonds, saving bonds interest rates, investing municipal bonds, municipal bond rates, corporate bonds, how to buy bonds, how to cash bonds?   Do all of these questions perplex you? I know they...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/Siphon-Coffee-Maker-whats-the-brew-haha" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Royal Siphon Coffee Maker - what's the brew-haha with syphon coffee makers" style="width:150px;margin-top:-11px" src="https://usercontent2.hubstatic.com/1879903_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>4</span><div class="catlink"><a href="https://discover.hubpages.com/food/beverage-recipes/">Coffee Recipes</a></div><h3><a class="title navigation" href="https://hubpages.com/food/Siphon-Coffee-Maker-whats-the-brew-haha">Royal Siphon Coffee Maker - what's the brew-haha with syphon coffee makers</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">What else does it do? You might remember this fun exchange from the movie &quot;The Bucket List,&quot; when Morgan Freeman reacts in wonder at Jack Nicholson's elaborate coffee set up. A Siphon Coffee maker and Kopi Luwak together show off Nicholsons...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Writers-Wanted-for-The-Writers-Business" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEwNDMzMzIxMjE2MjU1ODI1/ehow-alternatives.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEwNDMzMzIxMjE2MjU1ODI1/ehow-alternatives.png 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjEwNDMzMzIxMjE2MjU1ODI1/ehow-alternatives.png" data-ratio="1" data-width="155" data-height="155" alt="Writers Wanted for The Writers Business | Where to Find Writing Jobs Online | Columnist Wanted" title="Writers Wanted for The Writers Business | Where to Find Writing Jobs Online | Columnist Wanted"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>23</span><div class="catlink"><a href="https://discover.hubpages.com/literature/commercial-and-creative-writing/">Commercial &amp; Creative Writing</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Writers-Wanted-for-The-Writers-Business">Writers Wanted for The Writers Business | Where to Find Writing Jobs Online | Columnist Wanted</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Believe it or not fellow searcher, one can in fact make a sustainable living online by responding to the various writers wanted calls across the net.  Is it easy? No, but it is easier than you think.  I will show you how and where you can go to make money writing online</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/community/How-to-write-for-money-online-HubPages-vs-Examiner" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1MjYwODEwNTAxNDMyNjg3/how-to-write-for-money-online-hubpages-vs-examiner.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1MjYwODEwNTAxNDMyNjg3/how-to-write-for-money-online-hubpages-vs-examiner.gif 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjE1MjYwODEwNTAxNDMyNjg3/how-to-write-for-money-online-hubpages-vs-examiner.gif" data-ratio="1" data-width="220" data-height="220" alt="How to write for money online: HubPages vs. Examiner" title="How to write for money online: HubPages vs. Examiner"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>27</span><div class="catlink"><a href="https://discover.hubpages.com/community/making-money-on-hubpages/">Making Money on HubPages</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/community/How-to-write-for-money-online-HubPages-vs-Examiner">How to write for money online: HubPages vs. Examiner</a></h3><p class="meta"> <span class="timestamp">16 years ago</span></p><p class="summary">Whether you are an established writer in the offline world or just discovering the world of writing for money there are many services you should absolutely be familiar with.  Two top contenders that you will see in your research (You are researching...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Top-Ten-Get-Paid-to-write-online-sites-no-scams" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Top Ten Get Paid to write online sites no scams | Writing Online Get Paid" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/12606904_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>38</span><div class="catlink"><a href="https://discover.hubpages.com/literature/">Books, Literature, and Writing</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Top-Ten-Get-Paid-to-write-online-sites-no-scams">Top Ten Get Paid to write online sites no scams | Writing Online Get Paid</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Constant Content 
 HubPages 
 Infobarrel 
 Xobba.com 
 eHow 
 Sponsored Reviews 
 TextBroker 
 Demand Studios 
 ContentCurrent (formerly ForumBoosters) 
 ProBlogger Job Boards 
     There are hundreds of opportunities for online content writers,...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/literature/Writing-for-money-online-maximizing-your-content-revenue" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1MzkzNjg1NTE1MjgxOTM5/writing-for-money-online-maximizing-your-content-revenue.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1MzkzNjg1NTE1MjgxOTM5/writing-for-money-online-maximizing-your-content-revenue.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjE1MzkzNjg1NTE1MjgxOTM5/writing-for-money-online-maximizing-your-content-revenue.jpg" data-ratio="0.95099818511797" data-width="551" data-height="524" alt="Writing for money online: maximizing your content revenue" title="Writing for money online: maximizing your content revenue"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>104</span><div class="catlink"><a href="https://discover.hubpages.com/literature/how-to-write/">How to Get Started with Freelancing</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/literature/Writing-for-money-online-maximizing-your-content-revenue">Writing for money online: maximizing your content revenue</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Are your online writing opportunities efforts fruitless? Does something seem wrong? Well than, it probably is, their is always a smart way to do things and selecting what to write and who to submit to is guaranteed to maximize your online content's revenue.</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/style/ESD-shoes-Steel-Toe-Shoes-Selecting-safety-work-boots" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="ESD shoes Steel Toe Shoes: Selecting safety work boots" style="height:150px;margin-left:-28px" src="https://usercontent2.hubstatic.com/1601451_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>8</span><div class="catlink"><a href="https://discover.hubpages.com/style/shoes-and-stockings-for-legs-and-feet/">Shoes &amp; Stockings for Legs &amp; Feet</a></div><h3><a class="title navigation" href="https://hubpages.com/style/ESD-shoes-Steel-Toe-Shoes-Selecting-safety-work-boots">ESD shoes Steel Toe Shoes: Selecting safety work boots</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">Unfortunately for me I spent close to two years working for one of the premiere Safety Shoe distributors in the USA.  My title was &quot;Warehouse Manager&quot;, but I certainly fitted many steel toe and safety boots on dirty straight from work laborers too....</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/education/Wipple-Surgery-Whipple-Procedures" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjAwNDU5NDM5OTgyMDYwNjUy/wipple-surgery-whipple-procedures.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjAwNDU5NDM5OTgyMDYwNjUy/wipple-surgery-whipple-procedures.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjAwNDU5NDM5OTgyMDYwNjUy/wipple-surgery-whipple-procedures.jpg" data-ratio="1" data-width="400" data-height="400" alt="Wipple Surgery Whipple Procedures" title="Wipple Surgery Whipple Procedures"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>12</span><div class="catlink"><a href="https://discover.hubpages.com/education/medicine-and-health-science/">Medicine &amp; Health Science</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/education/Wipple-Surgery-Whipple-Procedures">Wipple Surgery Whipple Procedures</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">Last year, a member of my family underwent the Whipple surgery. In the time leading up to the wipple procedure, I researched the procedure in order to get an understanding of the process, the results, whipple surgery recovery time and possible complications.</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/art/Join-the-Artist-Interview-Series" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Join the Artist Interview Series" style="height:150px;margin-left:-20px" src="https://usercontent2.hubstatic.com/1530127_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>1</span><div class="catlink"><a href="https://discover.hubpages.com/art/">Arts and Design</a></div><h3><a class="title navigation" href="https://hubpages.com/art/Join-the-Artist-Interview-Series">Join the Artist Interview Series</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Welcome to the Artist Interview Series  For the past year I have been interviewing Artist's about their motivations and inspirations. Since most of these artists have been people whose art I discovered via social networks and random chance, I...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/business/Free-Auctiva-Alternatives-for-ebay-sellers" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Free Auctiva Alternatives: Online Auction Software for eBay" style="width:150px;margin-top:-45px" src="https://usercontent1.hubstatic.com/5056416_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>0</span><div class="catlink"><a href="https://discover.hubpages.com/business/e-commerce-and-how-to-make-money-online/">Online Auctions</a></div><h3><a class="title navigation" href="https://hubpages.com/business/Free-Auctiva-Alternatives-for-ebay-sellers">Free Auctiva Alternatives: Online Auction Software for eBay</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Thousands of ebay sellers were recently angered by Auctiva.com's recent move to charge for their previously free service. I was in fact one of these sellers. 
 Of course, Auctiva's service was never free, we all openly promoted their services and...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/Best-Wordpress-Themes-Thesis" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Best Wordpress Themes Thesis" style="width:150px;margin-top:-30px" src="https://usercontent1.hubstatic.com/1082926_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>10</span><div class="catlink"><a href="https://discover.hubpages.com/technology/computers-and-software/">Computer How-Tos &amp; Tutorials</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/Best-Wordpress-Themes-Thesis">Best Wordpress Themes Thesis</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">When this article was originally written I was relatively new to the Thesis Theme for Wordpress, I had enough experience to document my journey and compare it to other themes and I stand behind the information shared both in content and in...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/business/Make-Money-From-My-Art-Etsy-or-eBay" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Make Money From My Art Etsy or eBay" style="width:150px;margin-top:-248px" src="https://usercontent1.hubstatic.com/992664_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>15</span><div class="catlink"><a href="https://discover.hubpages.com/business/marketing-and-sales/">Sales &amp; Selling</a></div><h3><a class="title navigation" href="https://hubpages.com/business/Make-Money-From-My-Art-Etsy-or-eBay">Make Money From My Art Etsy or eBay</a></h3><p class="meta"> <span class="timestamp">16 years ago</span></p><p class="summary">I recently had the opportunity to interview the artist, William Hessian aka William the Canvas Killer in conjunction with an artist interview series I have been developing for the MakeMoneyFromMyArt.com website. His experience and actions as an...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Books-that-impacted-my-life-Top-10-Ten-Best-Books" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="What are the most influential books of your life? - 10 Life Changing Books" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/12606892_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>22</span><div class="catlink"><a href="https://discover.hubpages.com/literature/books-and-novels/">Books &amp; Novels</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Books-that-impacted-my-life-Top-10-Ten-Best-Books">What are the most influential books of your life? - 10 Life Changing Books</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">Books are powerful., the written word has always held a great allure to me. This isnt necessarily a list of the best books ever, merely the ones whose impact seems obvious to me.    Charlotte's Web - E.B White I read this book for the first time,...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/food/making-Gourmet-Pizza-at-Home-Buffalo-Chicken-Wing-Pizza" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MjkzNTIzODI4NjQ3MDg1/making-gourmet-pizza-at-home-buffalo-chicken-wing-pizza.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MjkzNTIzODI4NjQ3MDg1/making-gourmet-pizza-at-home-buffalo-chicken-wing-pizza.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2MjkzNTIzODI4NjQ3MDg1/making-gourmet-pizza-at-home-buffalo-chicken-wing-pizza.jpg" data-ratio="1" data-width="250" data-height="250" alt="How to make Buffalo Chicken Wing Pizza" title="How to make Buffalo Chicken Wing Pizza"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>14</span><div class="catlink"><a href="https://discover.hubpages.com/food/">Food and Cooking</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/food/making-Gourmet-Pizza-at-Home-Buffalo-Chicken-Wing-Pizza">How to make Buffalo Chicken Wing Pizza</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Between being a pizza maker for the last ten years and living and working in Buffalo, NY for five years I can honestly say I know how to make the very best buffalo chicken wing pizza and now you can too</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/holidays/St-Patricks-Pattys-Day-The-Irish-Car-Bomb" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="St Patricks Pattys Day - How to Make The Irish Car Bomb" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/881188_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>5</span><div class="catlink"><a href="https://discover.hubpages.com/holidays/uk-holidays/">St. Patrick's Day</a></div><h3><a class="title navigation" href="https://hubpages.com/holidays/St-Patricks-Pattys-Day-The-Irish-Car-Bomb">St Patricks Pattys Day - How to Make The Irish Car Bomb</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Of all the holidays of the year very few, truly allow one to enjoy oneself with reckless abandon. Most focus around travel, rush, forced fun and spending tons of money on others. Not to mention getting cooped up in some squalid church at a god awful...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/business/Paypal-Postage-Label-Printers-Printer-Printing-eBay-Sellers-secrets" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Paypal Postage Label Printers Printer Printing eBay Sellers secrets" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/879339_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>2</span><div class="catlink"><a href="https://discover.hubpages.com/business/e-commerce-and-how-to-make-money-online/">Online Auctions</a></div><h3><a class="title navigation" href="https://hubpages.com/business/Paypal-Postage-Label-Printers-Printer-Printing-eBay-Sellers-secrets">Paypal Postage Label Printers Printer Printing eBay Sellers secrets</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">The key to long term eBay success is automation and organization. Once you have found your niche or supply line that you can profit from, your next step is cutting out the time it takes to list, process and communicate.  A major time stealer is...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/animals/Jake-is-addicted-to-balls-Pet-addictions-the-untold-story" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2Mjg3OTYwNzcyMzIyNDc3/jake-is-addicted-to-balls-pet-addictions-the-untold-story.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2Mjg3OTYwNzcyMzIyNDc3/jake-is-addicted-to-balls-pet-addictions-the-untold-story.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2Mjg3OTYwNzcyMzIyNDc3/jake-is-addicted-to-balls-pet-addictions-the-untold-story.jpg" data-ratio="0.75" data-width="640" data-height="480" alt="A Cocker Spaniel adoption: My Cockinese | Pekinese Cocker mix" title="A Cocker Spaniel adoption: My Cockinese | Pekinese Cocker mix"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>3</span><div class="catlink"><a href="https://discover.hubpages.com/animals/dogs-and-dog-breeds/">Dogs &amp; Dog Breeds</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/animals/Jake-is-addicted-to-balls-Pet-addictions-the-untold-story">A Cocker Spaniel adoption: My Cockinese | Pekinese Cocker mix</a></h3><p class="meta"> <span class="timestamp">16 years ago</span></p><p class="summary">I reach for the balls, Jake looks up startled...a low growl emanates from his throat. With an urgent lunge, he covers his balls and pushes down hard. I try to slip my hand under his grip to grab the balls, its the only way to get him off my bed.  I...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/family/Pee-Pee-Teepee" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2Mjg3OTU4MDg3ODM2ODYy/pee-pee-teepee.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2Mjg3OTU4MDg3ODM2ODYy/pee-pee-teepee.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2Mjg3OTU4MDg3ODM2ODYy/pee-pee-teepee.jpg" data-ratio="0.75" data-width="560" data-height="420" alt="PeePee Teepees : How to Make a Pee Pee Teepee" title="PeePee Teepees : How to Make a Pee Pee Teepee"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>3</span><div class="catlink"><a href="https://discover.hubpages.com/family/parenting-skills-styles-and-advice/">Parenting Advice &amp; Tips</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/family/Pee-Pee-Teepee">PeePee Teepees : How to Make a Pee Pee Teepee</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Q. It seems like everytime we change his diaper he pees on us.  What are we doing wrong?   A. Your not using a Pee Pee TeePee!     No, Im not PeePee Teepees salesmen.  Can you imagine having that on your business card!    I merely stumbled across...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/politics/Who-gave-that-idiot-a-gun" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Pro Bush :The terrible consequences of an apathetic electorate" style="height:150px;margin-left:-60px" src="https://usercontent2.hubstatic.com/860687_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>6</span><div class="catlink"><a href="https://discover.hubpages.com/politics/social-issues/">Education Issues</a></div><h3><a class="title navigation" href="https://hubpages.com/politics/Who-gave-that-idiot-a-gun">Pro Bush :The terrible consequences of an apathetic electorate</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">&quot;Who gave this idiot a gun ?&quot; or The terrible consequences of an apathetic electorate   Groggy, decaying, congested, I reach for a cigarette.   Ahh!, how great it feels to be digusted at myself as my New Years Resolution exhales across the room. My...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/technology/Maximizing-the-Potential-of-Firefox-a-noob-guide-for-internet-marketers-and-the-efficient-minded" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="From screen captures to block pop ups : Best browser plug ins for Firefox for Internet marketers and online writers" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/851092_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>13</span><div class="catlink"><a href="https://discover.hubpages.com/technology/internet-and-the-web/">Browsers</a></div><h3><a class="title navigation" href="https://hubpages.com/technology/Maximizing-the-Potential-of-Firefox-a-noob-guide-for-internet-marketers-and-the-efficient-minded">From screen captures to block pop ups : Best browser plug ins for Firefox for Internet marketers and online writers</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">This isnt a quick read through, this is a comprehensive how to that will show you exactly how and what you can do to your firefox browser to make it efficient for your article writing, hubpages and internet marketing needs.  You will need to have...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/literature/Pannish-Veil--some-adolescent-double-entendre" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEzMDY3NjM4MzMzNTE1Mzky/pannish-veil--some-adolescent-double-entendre.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEzMDY3NjM4MzMzNTE1Mzky/pannish-veil--some-adolescent-double-entendre.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjEzMDY3NjM4MzMzNTE1Mzky/pannish-veil--some-adolescent-double-entendre.jpg" data-ratio="1.2" data-width="250" data-height="300" alt="Pannish Veil: Poetry publishing with double entendre " title="Pannish Veil: Poetry publishing with double entendre "/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>5</span><div class="catlink"><a href="https://discover.hubpages.com/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/literature/Pannish-Veil--some-adolescent-double-entendre">Pannish Veil: Poetry publishing with double entendre </a></h3><p class="meta"> <span class="timestamp">16 years ago</span></p><p class="summary">Pannish Veil 

    Spring Air, making damp,   warm groomed underbrush
    Silk Forests, teeming with Hickory Wood 
   Two bunnies romp 
 Scents that excite, nostrils flare 
 When the hares run bare 

    Feverishly palming on downy delights 
 Doeful...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/games-hobbies/Bakugan-Battle-Brawlers-and-Satan" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Bakugan Battle Brawlers are Symbols of Satan ?" style="height:150px;margin-left:-22px" src="https://usercontent2.hubstatic.com/846129_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>15</span><div class="catlink"><a href="https://discover.hubpages.com/games-hobbies/card-games/">Collectible Card Games</a></div><h3><a class="title navigation" href="https://hubpages.com/games-hobbies/Bakugan-Battle-Brawlers-and-Satan">Bakugan Battle Brawlers are Symbols of Satan ?</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">As any good eBay seller or niche marketer knows, eBay pulse is a great resource for finding the latest hot trends.  For the last couple weeks Ive noticed Bakugan is strongly placed in the list with regulars (Wii,Xbox360,PS3), so Ive spent the last...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/health/What-to-do-if-your-tooth-falls-out-or-is-knocked-out" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="What to do if your tooth falls out or is knocked out" style="height:150px;margin-left:-15px" src="https://usercontent1.hubstatic.com/747784_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>7</span><div class="catlink"><a href="https://discover.hubpages.com/health/oral-health/">Oral Health</a></div><h3><a class="title navigation" href="https://hubpages.com/health/What-to-do-if-your-tooth-falls-out-or-is-knocked-out">What to do if your tooth falls out or is knocked out</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">So its happened...your tooth has left its rightful home and is floating in a salty solution in your mouth or even worse is gleaming in the light as you hold it awestruck in your hand.

So what do you do when your tooth is knocked out?

  
    
      
        
          
        
      
      
     ...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Finding-Long-lost-family-just-to-lose-them-again-a-Bittersweet-tale" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Finding my long lost family in California" style="width:150px;margin-top:-19px" src="https://usercontent1.hubstatic.com/745084_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>5</span><div class="catlink"><a href="https://discover.hubpages.com/literature/commercial-and-creative-writing/">Creative Writing</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Finding-Long-lost-family-just-to-lose-them-again-a-Bittersweet-tale">Finding my long lost family in California</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Somewhere around the age of three, I lost my mother. Not like in a mall or at a big grocery store but like a very fast moving Camaro smashed the life from her. 
 According to the police report, we had become stuck in the mud in southern california...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/living/On-being-a-coffee-connoisseur-on-a-budget-and-Keurig-Coffeemakers" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="K cup coffee makers K-cup coffee - Kopi Luwak K-cups and Unique and Rare K-cup selections" style="width:150px;margin-top:-23px" src="https://usercontent2.hubstatic.com/654337_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>7</span><div class="catlink"><a href="https://discover.hubpages.com/living/kitchen/">Kitchen Electronics</a></div><h3><a class="title navigation" href="https://hubpages.com/living/On-being-a-coffee-connoisseur-on-a-budget-and-Keurig-Coffeemakers">K cup coffee makers K-cup coffee - Kopi Luwak K-cups and Unique and Rare K-cup selections</a></h3><p class="meta"> <span class="timestamp">4 years ago</span></p><p class="summary">Rare K-cup collection for purchase plus the hsitory of coffee and a coffee buyers guide. Background and Choices for K cup coffee makers for hoem , school and office</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/business/Having-Fun-with-with-eBay-Feedback-plus-suggested-formats-for-buyers-and-sellers" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MjU5NTk5MjI1MjAxODM3/having-fun-with-with-ebay-feedback-plus-suggested-formats-for-buyers-and-sellers.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MjU5NTk5MjI1MjAxODM3/having-fun-with-with-ebay-feedback-plus-suggested-formats-for-buyers-and-sellers.png 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2MjU5NTk5MjI1MjAxODM3/having-fun-with-with-ebay-feedback-plus-suggested-formats-for-buyers-and-sellers.png" data-ratio="0.92892156862745" data-width="408" data-height="379" alt="Bizarre and Funny eBay Feedback and Ethics of eBay Feedback System" title="Bizarre and Funny eBay Feedback and Ethics of eBay Feedback System"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>20</span><div class="catlink"><a href="https://discover.hubpages.com/business/e-commerce-and-how-to-make-money-online/">Online Auctions</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/business/Having-Fun-with-with-eBay-Feedback-plus-suggested-formats-for-buyers-and-sellers">Bizarre and Funny eBay Feedback and Ethics of eBay Feedback System</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">How to judge a sellers honesty/reliability via feedback:   It would seem a rather easy system to understand,    positive  negative     overall percentage  read the comments  make a decision  bid or move on   Unfortunately, its not quite that simple....</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/technology/10-indispensable-resources-for-efficient-promoting-and-publishing-of-your-hubs-and-blogs" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1NjcxMDMzMjk3MTE4NzM5/10-indispensable-resources-for-efficient-promoting-and-publishing-of-your-hubs-and-blogs.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1NjcxMDMzMjk3MTE4NzM5/10-indispensable-resources-for-efficient-promoting-and-publishing-of-your-hubs-and-blogs.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjE1NjcxMDMzMjk3MTE4NzM5/10-indispensable-resources-for-efficient-promoting-and-publishing-of-your-hubs-and-blogs.jpg" data-ratio="1.5009380863039" data-width="533" data-height="800" alt="What are the Best Firefox Add-Ons for Writers and Online Money Makers" title="What are the Best Firefox Add-Ons for Writers and Online Money Makers"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>35</span><div class="catlink"><a href="https://discover.hubpages.com/technology/internet-and-the-web/">Browsers</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/technology/10-indispensable-resources-for-efficient-promoting-and-publishing-of-your-hubs-and-blogs">What are the Best Firefox Add-Ons for Writers and Online Money Makers</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Top Ten FireFox Add-Ons      I am my own boss.    Make my own hours   answer to nobody   work as little or as much as I want  work from the comfort of my own home  sleep in, stay up late   get rich quick  profit from my creativity and experience  ...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/politics/3-800-000-hits-for-Assassinate-Obama-Death-threats-and-hate-run-rampant" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEzNjY0ODUzODA0NTI1NDA1/3-800-000-hits-for-assassinate-obama-death-threats-and-hate-run-rampant.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjEzNjY0ODUzODA0NTI1NDA1/3-800-000-hits-for-assassinate-obama-death-threats-and-hate-run-rampant.png 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjEzNjY0ODUzODA0NTI1NDA1/3-800-000-hits-for-assassinate-obama-death-threats-and-hate-run-rampant.png" data-ratio="1" data-width="560" data-height="560" alt="Examples of Presidential Assassination attempts in American History - Attempts against  President Obamas Life" title="Examples of Presidential Assassination attempts in American History - Attempts against  President Obamas Life"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>38</span><div class="catlink"><a href="https://discover.hubpages.com/politics/united-states-politics/">U.S. Political Leaders</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/politics/3-800-000-hits-for-Assassinate-Obama-Death-threats-and-hate-run-rampant">Examples of Presidential Assassination attempts in American History - Attempts against  President Obamas Life</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Nov 11,2008, Schoolchildren chant &quot;Assassinate Obama&quot; on an Idaho schoolbus.  Certainly not a threat to our leader but where and how was this thought planted in their heads, what type of parents or educators are they exposed to?  Feb 10, 2008,...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/business/Getting-started-on-eBay-Buyers-Tips-and-Tricks" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><picture>
<source type="image/webp" sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1Mjg5MzE4MDc4NDkwMTMx/getting-started-on-ebay-buyers-tips-and-tricks.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MjE1Mjg5MzE4MDc4NDkwMTMx/getting-started-on-ebay-buyers-tips-and-tricks.png 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MjE1Mjg5MzE4MDc4NDkwMTMx/getting-started-on-ebay-buyers-tips-and-tricks.png" data-ratio="0.60425909494232" data-width="1127" data-height="681" alt="How to Buy on ebay: tricks for a new ebay account" title="How to Buy on ebay: tricks for a new ebay account"/>
</picture></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>15</span><div class="catlink"><a href="https://discover.hubpages.com/business/e-commerce-and-how-to-make-money-online/">Online Auctions</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/business/Getting-started-on-eBay-Buyers-Tips-and-Tricks">How to Buy on ebay: tricks for a new ebay account</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">So you want to get started on eBay.     You have heard about it, maybe you even have browsed around as a guest. But you never opened your own account. You have researched eBay, you have had no problem finding tons of information, that is the problem...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/entertainment/Boondock-Saints-2-being-made-by-original-Director-Troy-Duffy" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Boondock Saints 2 : Will there be a Boondock Saints 3?" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/634934_f248.jpg"/></div></a></div><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>0</span><div class="catlink"><a href="https://discover.hubpages.com/entertainment/movies-and-movie-reviews/">Movies &amp; Movie Reviews</a></div><h3><a class="title navigation" href="https://hubpages.com/entertainment/Boondock-Saints-2-being-made-by-original-Director-Troy-Duffy">Boondock Saints 2 : Will there be a Boondock Saints 3?</a></h3><p class="meta"> <span class="timestamp">4 years ago</span></p><p class="summary">After literally years of false starts and promises, Director Troy Duffy will be making his much anticipated sequel to his 1999 Cult Classic, The Boondock Saints.    Filming has begun as of October 20th, 2008, shooting on location in Toronto....</p></li>
</ul></div><div id="activity_section" class="content_section" style="display:none"></div><div id="following_section" class="content_section" style="display:none"></div><div id="followers_section" class="content_section" style="display:none"></div><div id="fanmail_section" class="content_section" style="display:none"></div><div style="clear:both;"></div></div><div style="clear:both;"></div>
<div id="stickyfooterad"><span class="close_btn" onclick="jq(this).parent().remove();"><svg class="moon smallish close"><use xlink:href="#close"></use></svg></span><div class="ad-wrapper hide-label" ><div><div id='div-gpt-ad-ProfileMobileFixedBottom' data-breakpoint="Mobile"  class="resp-ad"  data-refresh-interval="30000"  data-slot="hubpages.com/none"  data-slot-targeting='{"atf":"0","adzone":"fixed_bottom"}'  data-width="320" data-height="50" data-sizes="[[320,50]]"   data-appnexus="13833515" data-sovrn="580528" data-ix="298548" data-mantis="5bb3ada3583864019708be70,mobile_fixed_bottom" data-load-async="true"   ><script type="text/javascript">
</script>
</div></div></div></div>


</div><div id="before_footer"></div><div id="ccpa_banner"><div class="do-not-sell-button"></div></div><div id="footer_wrap"><div id="footer"><a id="footer_logo" tabindex="-1" href="https://hubpages.com/" title="To the HubPages home page"><svg class="svglogo hubpages-logo hubpages-logo30"><title></title><use xlink:href="#hubpages-logo"></use></svg></a><div class="footer_links"><ul id="footerlist"><li><a tabindex="-1" href="https://hubpages.com/about/us">About Us</a></li><li><a tabindex="-1" href="https://hubpages.com/copyright">Copyright</a></li><li><a tabindex="-1" href="https://corp.maven.io/terms-of-use">Terms of Use</a></li><li><a tabindex="-1" href="https://corp.maven.io/privacy-policy">Privacy Policy</a></li><li><a href="https://hubpages.com/advertising">Advertising</a></li></ul>
</div><div class="legalese"><p>Copyright &copy; 2026 The Arena Media Brands, LLC and respective content providers on this website. HubPages<sup>&reg;</sup> is a registered trademark of The Arena Platform, Inc. Other product and company names shown may be trademarks of their respective owners. The Arena Media Brands, LLC and respective content providers to this website may receive compensation for some links to products and services on this website.</p></div><div style="clear:both;"></div></div></div><div id="mobile_menu" hidden><div id="mobile_menu_content"><div class="button_section section"><a href="https://hubpages.com/signin/">Sign In</a></div><div class="search section"><form action="/search/" name="search_form_mobile" class="search_form" target="_top"><input class="search_input" name="s" type="text" value="" placeholder="Search"/><div class="search_button"><svg class="moon tiny icon search-magnify"><use xlink:href="#search-magnify"></use></svg></div><input class="search_button" type="submit" value=""/></form></div><div class="categories section"><div class="category_group"><h3><a href="https://discover.hubpages.com/art/">Arts and Design</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/autos/">Autos</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/literature/">Books, Literature, and Writing</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/business/">Business and Employment</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/education/">Education and Science</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/entertainment/">Entertainment and Media</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/family/">Family and Parenting</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/style/">Fashion and Beauty</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/food/">Food and Cooking</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/games-hobbies/">Games, Toys, and Hobbies</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/relationships/">Gender and Relationships</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/health/">Health</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/holidays/">Holidays and Celebrations</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/living/">Home and Garden</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/community/">HubPages Tutorials and Community</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/money/">Personal Finance</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/animals/">Pets and Animals</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/politics/">Politics and Social Issues</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/religion-philosophy/">Religion and Philosophy</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/sports/">Sports and Recreation</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/technology/">Technology</a></h3></div><div class="category_group"><h3><a href="https://discover.hubpages.com/travel/">Travel and Places</a></h3></div></div><div class="resourcelinks section"><ul><li><a href="https://blog.hubpages.com">Blog</a></li><li><a href="https://hubpages.com/help-wizard/">Help</a></li></ul><div style="clear:both"></div></div><div class="footer section"><h3><a href="https://hubpages.com/about/us">About Us</a></h3><ul><li><a href="https://hubpages.com/help/sites-editorial-policy">Editorial Policy</a></li><li><a href="https://hubpages.com/copyright">Copyright</a></li><li><a href="https://corp.maven.io/terms-of-use">Terms of Use</a></li><li><a href="https://corp.maven.io/privacy-policy">Privacy Policy</a></li><li><a href="https://hubpages.com/advertising">Advertising</a></li></ul><p class="legalese">Copyright &copy; 2026 Maven Media Brands, LLC and respective owners.</p></div></div></div>
<div id="ajaxing"><div id="ajaxing_box"><div class="spinny"></div><div id="working">working</div></div></div><script>LABqueue.wait(function() {jq(document).ready(function() { hpSiteInit(); });
window.userimg_domain = 'hubstatic.com';
jq('#content_selector a').click(function() {
	jq('#content_selector a span').removeClass('selected');
	jq(this).find('span').addClass('selected');

	jq('.content_section').hide();
	var click_section = jq(this).attr('class').split('_b')[0];
	var shown_section = jq('#' + click_section + '_section').show();
	if (shown_section.length && !shown_section.html())
	{
		shown_section.html('<div class="spinny-wrap"><div class="spinny-box"><div class="spinny"></div><div class="spinny-working">Please wait</div></div></div>');

		jq.ajax('/xml/profile/newprofile_section.php', {data: { section: click_section, uId: 392473 }, success: function(resp) {
			shown_section.html(resp);

			if (!window.com_fanmail && jq('#new_fanmail').length > 0)
			{
				var com = new hpFormHandler('new_fanmail');

				com.handleResponse = function(resp)
				{
					jq("#fanmailadd").html(resp);
				};

				com.setValidators({}, {
					comText_fanmail: function(ele) {
						com.validateNot(ele, 'Enter some praise', 'Please enter your endorsement.');
					}
				});

				com.errorHeader = '';
				com.submitUri = '/xml/comment.php';
				com.nextUri = null;

				com.observe();
				//makeExpandable('comText_fanmail', 'Tell the world why you like '+this.userName+'.');
				makeGrowable('comText_fanmail', 58, 16, 100);

				// save global reference to this for submitting fanmail
				 window.com_fanmail = com;
			}

			loadLazyImages();
			initProfileSpotlight();
		}});
	}

	loadLazyImages();
	initProfileSpotlight();

	return false;
});

jq('.contact_author > a').click(function() {
	jq.post('/sxml/contactauthor', { u: 392473 }, function(data) {
		jq.featherlight(data);

		window.prof = new hpFormHandler("email");

		prof.submitMode = false;
		prof.submitUri = "/xml/sendmail.php";
		prof.errorId = 'emailFormErrors';
		prof.scrollToErrors = true;
		prof.handleResponse = function(response) {
			try { eval(response); } catch (e) {}
			if(valid == 1)
			{
				jq('#emailFormErrors').html('');
				var successDiv = jq("#success_message_email");
				successDiv.html(messaging);
				successDiv.siblings('#email').fadeOut('slow', function(){
					jq('#email_to_user h3').hide();
					successDiv.show();
				});

				jq('#yourname').val('');
				jq('#subject').val('');
				jq('#message').val('');

				grecaptcha.reset();
			}

			return false;
		};

		prof.useEffects = false;

		prof.setValidators({
			toemail: prof.validateEmailList.bind(prof),
			youremail: prof.validateEmail.bind(prof),
			yourname: prof.validateEmailName.bind(prof)
		},
		{
			toemail: function(ele) { prof.validateMandatory(ele, "Please enter at least one email recipient."); },
			youremail: function(ele) { prof.validateMandatory(ele, "Please enter your email address."); },
			yourname: function(ele) { prof.validateMandatory(ele, "Please enter your name."); },
			message: function(ele) {
				prof.testForError(ele.val().replace(/\s+/g,"").length < 30, ele, "The content of your message is too short.");
			}
		});

		prof.observe();


	});

	return false;
});

initProfileSpotlight();

jq(document).ready( function() { loadLazyImages(); } );
jq(function() { new FollowButtonManager(); });
jq('#mobile_menu .search_button').click(function() {
				jq(this).parents('form').submit();
			});
jq('#search_form').bind('submit',function(event) {
	if (jq.trim(jq('#search_input').val())=='') {
		event.stopPropagation(); return false;
	}}
);
jq('#search_button').click(function() {
	jq('#search_form').submit();
});
jq(window).resize(function() {
	var winWidth = jq(window).width();
	if (winWidth > 800) {
		jq('#header_search_container').css('width', '');
		jq('#search_icon, #site_title, #mobile_menu_bar').css('display','');
		jq('#close_icon').hide();
	}
});
	jq('#search_icon').click(function(event) {
		//on sites close the hamburger menu if open
		if (typeof closeHamburgerMenu === "function" && jq('body').hasClass('menu_on')) {
			closeHamburgerMenu();
			jq('body').toggleClass("menu_on");
			setTimeout(function() { jq('#mobile_menu_bar').hide(); }, 500);
		}

		jq('#search_icon, #site_title, #mobile_menu_bar').hide();
		jq('#close_icon').show();
		jq('#header_search_container').css("width","78%");
		jq('#search_input').focus();

		jq('#bar1').addClass("rotate_right_x");
		jq('#bar2').addClass("rotate_left_x");
		jq('#bar3').fadeOut(100);
		return false;
	});
	jq('#close_icon').click(function(event) {
		jq('#bar1').removeClass("rotate_right_x");
		jq('#bar2').removeClass("rotate_left_x");
		jq('#bar3').fadeIn(100);

		jq('#header_search_container').css("width","0px");
		setTimeout(function() {
			jq('#search_icon, #site_title, #mobile_menu_bar').css('display','');
			jq('#close_icon').hide();
		}, 250);
	});
});</script><div style="display:none"><div id="gdpr_popup">
	<h2>This website uses cookies</h2>
	<p>As a user in the EEA, your approval is needed on a few things. To provide a better website experience, hubpages.com uses cookies (and other similar technologies) and may collect, process, and share personal data. Please choose which areas of our service you consent to our doing so.</p>

	<div class="consent_buttons"><div class="consent_option"><input class="gdpr_category_required" type="checkbox" checked="checked" disabled="disabled">&nbsp;Necessary</div><div class="consent_option"><input class="gdpr_category_features" type="checkbox">&nbsp;Features</div><div class="consent_option"><input class="gdpr_category_marketing" type="checkbox">&nbsp;Marketing</div><div class="consent_option"><input class="gdpr_category_stats" type="checkbox">&nbsp;Statistics</div></div>
	<div id="gdpr_accept_wrap">
		<a id="gdpr_accept_button" class="button small primary_action green_bg">Approve All &amp; Submit</a><br>
		<a id="gdpr_accept_checkedonly" class="button small">Approve Checked Only</a>
	</div>

	<p style="clear:both">
		<small>For more information on managing or withdrawing consents and how we handle data, visit our Privacy Policy at: <a target="_blank" rel="noopener" href="https://corp.maven.io/privacy-policy">https://corp.maven.io/privacy-policy</a></small>
	</p>

	<span style="float:right" class="span_link details_link"><span class="arrow arrow-right"></span> <small>Show Details</small></span>
	<table class="details_table"><thead><tr><th colspan="2">Necessary</th></tr></thead><tr><td class="suboption_name">HubPages Device ID</td><td class="suboption_desc">This is used to identify particular browsers or devices when the access the service, and is used for security reasons. </td></tr><tr><td class="suboption_name">Login</td><td class="suboption_desc">This is necessary to sign in to the HubPages Service. </td></tr><tr><td class="suboption_name">Google Recaptcha</td><td class="suboption_desc">This is used to prevent bots and spam. <small>(<a class="privacy_policy" href="https://policies.google.com/privacy" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Akismet</td><td class="suboption_desc">This is used to detect comment spam. <small>(<a class="privacy_policy" href="https://automattic.com/privacy/" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">HubPages Google Analytics</td><td class="suboption_desc">This is used to provide data on traffic to our website, all personally identifyable data is anonymized. <small>(<a class="privacy_policy" href="https://policies.google.com/privacy" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">HubPages Traffic Pixel</td><td class="suboption_desc">This is used to collect data on traffic to articles and other pages on our site.  Unless you are signed in to a HubPages account, all personally identifiable information is anonymized. </td></tr><tr><td class="suboption_name">Amazon Web Services</td><td class="suboption_desc">This is a cloud services platform that we used to host our service. <small>(<a class="privacy_policy" href="https://aws.amazon.com/compliance/data-privacy-faq/" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Cloudflare</td><td class="suboption_desc">This is a cloud CDN service that we use to efficiently deliver files required for our service to operate such as javascript, cascading style sheets, images, and videos. <small>(<a class="privacy_policy" href="https://www.cloudflare.com/privacypolicy/" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Google Hosted Libraries</td><td class="suboption_desc">Javascript software libraries such as jQuery are loaded at endpoints on the googleapis.com or gstatic.com domains, for performance and efficiency reasons. <small>(<a class="privacy_policy" href="https://developers.google.com/speed/libraries/terms" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr></table><table class="details_table"><thead><tr><th colspan="2">Features</th></tr></thead><tr><td class="suboption_name">Google Custom Search</td><td class="suboption_desc">This is feature allows you to search the site. <small>(<a class="privacy_policy" href="https://policies.google.com/privacy" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Google Maps</td><td class="suboption_desc">Some articles have Google Maps embedded in them. <small>(<a class="privacy_policy" href="https://policies.google.com/privacy" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Google Charts</td><td class="suboption_desc">This is used to display charts and graphs on articles and the author center. <small>(<a class="privacy_policy" href="https://policies.google.com/privacy" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Google AdSense Host API</td><td class="suboption_desc">This service allows you to sign up for or associate a Google AdSense account with HubPages, so that you can earn money from ads on your articles.  No data is shared unless you engage with this feature. <small>(<a class="privacy_policy" href="https://www.paypal.com/us/webapps/mpp/ua/privacy-full" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Google YouTube</td><td class="suboption_desc">Some articles have YouTube videos embedded in them. <small>(<a class="privacy_policy" href="https://www.youtube.com/static?template=privacy_guidelines" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Vimeo</td><td class="suboption_desc">Some articles have Vimeo videos embedded in them. <small>(<a class="privacy_policy" href="https://vimeo.com/privacy" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Paypal</td><td class="suboption_desc">This is used for a registered author who enrolls in the HubPages Earnings program and requests to be paid via PayPal.  No data is shared with Paypal unless you engage with this feature. <small>(<a class="privacy_policy" href="https://www.paypal.com/us/webapps/mpp/ua/privacy-full" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Facebook Login</td><td class="suboption_desc">You can use this to streamline signing up for, or signing in to your Hubpages account.  No data is shared with Facebook unless you engage with this feature. <small>(<a class="privacy_policy" href="https://www.facebook.com/policy.php" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Maven</td><td class="suboption_desc">This supports the Maven widget and search functionality. <small>(<a class="privacy_policy" href="https://www.themaven.net/the-maven/pages/S5I9LAYSaEqEDc9mpEdWeA" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr></table><table class="details_table"><thead><tr><th colspan="2">Marketing</th></tr></thead><tr><td class="suboption_name">Google AdSense</td><td class="suboption_desc">This is an ad network. <small>(<a class="privacy_policy" href="https://policies.google.com/technologies/ads" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Google DoubleClick</td><td class="suboption_desc">Google provides ad serving technology and runs an ad network. <small>(<a class="privacy_policy" href="https://policies.google.com/technologies/ads" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Index Exchange</td><td class="suboption_desc">This is an ad network. <small>(<a class="privacy_policy" href="http://www.indexexchange.com/privacy/" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Sovrn</td><td class="suboption_desc">This is an ad network. <small>(<a class="privacy_policy" href="https://www.sovrn.com/privacy-policy/" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Facebook Ads</td><td class="suboption_desc">This is an ad network. <small>(<a class="privacy_policy" href="https://www.facebook.com/privacy/explanation" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Amazon Unified Ad Marketplace</td><td class="suboption_desc">This is an ad network. <small>(<a class="privacy_policy" href="https://www.amazon.com/gp/help/customer/display.html/ref=ap_desktop_footer_privacy_notice?ie=UTF8&nodeId=468496" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">AppNexus</td><td class="suboption_desc">This is an ad network. <small>(<a class="privacy_policy" href="https://www.appnexus.com/en/company/platform-privacy-policy" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Openx</td><td class="suboption_desc">This is an ad network. <small>(<a class="privacy_policy" href="https://www.openx.com/legal/privacy-policy/" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Rubicon Project</td><td class="suboption_desc">This is an ad network. <small>(<a class="privacy_policy" href="https://rubiconproject.com/privacy-policy/" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">TripleLift</td><td class="suboption_desc">This is an ad network. <small>(<a class="privacy_policy" href="https://triplelift.com/privacy/" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Say Media</td><td class="suboption_desc">We partner with Say Media to deliver ad campaigns on our sites. <small>(<a class="privacy_policy" href="https://www.saymedia.com/privacy-policy" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Remarketing Pixels</td><td class="suboption_desc">We may use remarketing pixels from advertising networks such as Google AdWords, Bing Ads, and Facebook in order to advertise the HubPages Service to people that have visited our sites. </td></tr><tr><td class="suboption_name">Conversion Tracking Pixels</td><td class="suboption_desc">We may use conversion tracking pixels from advertising networks such as Google AdWords, Bing Ads, and Facebook in order to identify when an advertisement has successfully resulted in the desired action, such as signing up for the HubPages Service or publishing an article on the HubPages Service. </td></tr></table><table class="details_table"><thead><tr><th colspan="2">Statistics</th></tr></thead><tr><td class="suboption_name">Author Google Analytics</td><td class="suboption_desc">This is used to provide traffic data and reports to the authors of articles on the HubPages Service. <small>(<a class="privacy_policy" href="https://policies.google.com/privacy?hl=en&gl=us" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Comscore</td><td class="suboption_desc">ComScore is a media measurement and analytics company providing marketing data and analytics to enterprises, media and advertising agencies, and publishers.  Non-consent will result in ComScore only processing obfuscated personal data. <small>(<a class="privacy_policy" href="https://www.comscore.com/About-comScore/Privacy-Policy" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Amazon Tracking Pixel</td><td class="suboption_desc">Some articles display amazon products as part of the Amazon Affiliate program, this pixel provides traffic statistics for those products <small>(<a class="privacy_policy" href="https://www.amazon.com/gp/help/customer/display.html?ie=UTF8&nodeId=468496" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr><tr><td class="suboption_name">Clicksco</td><td class="suboption_desc">This is a data management platform studying reader behavior <small>(<a class="privacy_policy" href="https://www.clicksco.com/privacy/" target="_blank" rel="noopener">Privacy&nbsp;Policy</a>)</small></td></tr></table>
</div></div><script id="liftigniter-metadata" type="application/json">
{"noShow":"true"}
</script>
<script type="application/mustache" id="related-item-template">
	<div class="card">
	  <a class="obj_image" href="{{url}}">
		<div style="width:75px;height:75px" class="thumbphoto">
			<img style="height:75px;" alt="{{description}}" src="{{thumbnail}}">
		</div>
	  </a>
    </div>
    <div class="catlink"><a href="{{section_url}}">{{section}}</a></div>
	<h3><a class="title navigation" href="{{url}}">{{title}}</a></h3>
	<p class="meta">
	  <span class="author">by <span class="author_primary_name">{{author}}</span></span>
	  <span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>{{comment_count}}</span>
	</p>
</script><script>/**
 * @format
 */

if (typeof $igniter_var === 'undefined') {
	(function insertScript(window, document, performance, scriptTag, domainPrefix, pmVar, firstScript, script, now) {
		now = window[performance] != null && typeof window[performance].now == 'function' ? window[performance].now() : null;
		window.$igniter_var = pmVar;
		window[pmVar] =
			window[pmVar] ||
			function() {
				(window[pmVar].q = window[pmVar].q || []).push(arguments);
			};
		firstScript = document.getElementsByTagName(scriptTag)[0];
		script = document.createElement(scriptTag);
		script.async = 1;
		if (domainPrefix == '//cdn') {
			window[pmVar].s = now;
			script.onerror = function(e) {
				window[pmVar].e = e;
				insertScript(window, document, performance, scriptTag, domainPrefix + '-fallback', pmVar);
			};
		} else window[pmVar].r = now;
		script.src = domainPrefix + '.petametrics.com/999gba4qphtjrmpe.js?ts=' + ((+new Date() / 21600000) | 0);
		firstScript.parentNode.insertBefore(script, firstScript);
	})(window, document, 'performance', 'script', '//cdn', '$p');

	var liAddURLParams = function(url, itemData) {
		var params = {
			utm_source: 'maven-coalition',
			utm_medium: 'hubpages',
			utm_campaign: 'liftigniter',
			utm_content: 'hp-related'
		};

		for (key in params) {
			if (url.indexOf('?') > -1) {
				url += '&';
			} else {
				url += '?';
			}
			url += key + '=' + params[key];
		}

		return url;
	};

	var liUpdateUrl = function(url, itemData) {
		var parser = document.createElement('a');
		parser.href = url;
		var urlDomain = parser.hostname;

		if (itemData['cm'] != 'HubPages') {
			return "javascript:hpLoadLink('ext','" + urlDomain + "','" + parser.pathname + parser.search + "', '')";
		} else if (window.location.hostname.split('.')[0] != urlDomain.split('.')[0]) {
			if (url == itemData.section_url) {
				var pathParts = parser.pathname.split('/');
				var categoryPath = pathParts[pathParts.length - 2];
				var paramStr = parser.search;

				return "javascript:hpLoadLink('category','" + categoryPath + "','" + paramStr + "', '')";
			} else {
				var pathParts = parser.pathname.split('/');
				var articlePath = pathParts[pathParts.length - 1];
				var paramStr = parser.search;

				return "javascript:hpLoadLink('article','" + articlePath + "','" + paramStr + "', '')";
			}
		} else {
			//don't need to change anything
			return url;
		}
	};

	var liUpdateUrlsFromSelector = function(selector, resp) {
		var els = document.querySelectorAll(selector);
		for (var i = 0; i < els.length; ++i) {
			var url = els[i].href;
			els[i].href = liUpdateUrl(url, resp.items[i]);
		}
	};

	var liUpdateUrls = function(resp) {
		liUpdateUrlsFromSelector('.moduleRelated li.li-widget-item h3 a', resp);
		liUpdateUrlsFromSelector('.moduleRelated li.li-widget-item a.obj_image', resp);
		liUpdateUrlsFromSelector('.moduleRelated li.li-widget-item .catlink a', resp);
	};

	var liRenderRelated = function(resp) {
		var title = document.querySelectorAll('.moduleRelated h2.boxtitle');
		if (title.length > 0) {
			title[0].innerHTML = 'Recommended';
		}

		var els = document.querySelectorAll('.moduleRelated li.li-widget-item');
		var template = document.querySelector('#related-item-template').innerHTML;

		for (var i = 0; i < els.length && i < resp.items.length; ++i) {
			var itemData = resp.items[i];
			if (!itemData['comment_count']) {
				itemData['comment_count'] = 0;
			}
			if (!itemData['section_url']) {
				itemData['section_url'] = itemData['url'].replace(/\/[A-Za-z0-9-]+$/, '');
			}
			itemData['url'] = liAddURLParams(itemData['url'], itemData);

			els[i].innerHTML = $p('render', template, itemData);
		}
	};

	var liTrackAlgo = function(algorithm) {
		$p('track', {
			elements: document.querySelectorAll('.moduleRelated li.li-widget-item'),
			name: 'hp-related',
			source: algorithm,
			_debug: false
		});
	};

	var liABTestHandler = function(slice) {
		var opts = { _rule: 'crossSite' };

		if (window.location.hostname.indexOf('soapboxie') > -1) {
			opts = { _rule: 'siteMatch', _override: 'politicsBoost' };
		}

		if (window.location.hostname.indexOf('wehavekids') > -1 || window.location.hostname.indexOf('delishably') > -1) {
			if (new Date() < Date.parse('12/22/2018')) {
				opts = { _rule: 'crossSite', _override: 'urlLock' };
			}
		}

		if (slice < 100) {
			$p('setRequestFields', ['url', 'section', 'section_url', 'thumbnail', 'description', 'title', 'author', 'author_realname', 'comment_count', 'site_name', 'cm']);
			$p('register', {
				opts: opts,
				max: document.querySelectorAll('.moduleRelated li.li-widget-item').length,
				widget: 'hp-related',
				callback: function(resp) {
					liRenderRelated(resp);
					// track overwritten areas as 'LI' slice.
					liTrackAlgo('LI');
					liUpdateUrls(resp);
				}
			});
		} else {
			liTrackAlgo('base');
		}
		// Executes all registered calls.
		$p('fetch');
	};

	//this must be called AFTER we have the maven UID
	window.setupLiftigniter = function(uid, isDemonetized) {
		if ('undefined' === typeof window.hpTrafficRecirculation.logLiftigniterPageview || !window.hpTrafficRecirculation.logLiftigniterPageview) {
			return;
		}

		var config = { globalCtx: { isDemonetized } };
		$p('init', '999gba4qphtjrmpe', { config });

		// setUserId is needed for the 'don't keep showing me content I've already
		// seen' functionality. setUserId is supposed to come after 'init' and
		// before the pageview 'send'
		if (uid) {
			$p('setUserId', uid);
		}

		$p('send', 'pageview');

		if ('undefined' === typeof window.hpTrafficRecirculation.showMavenWidget || !window.hpTrafficRecirculation.showMavenWidget) {
			return;
		}

		// Limit LiftIgniter recommendations to the same domain
		var siteName = null;
		var metas = document.getElementsByTagName('meta');
		for (let i = 0; i < metas.length; i++) {
			var property = metas[i].getAttribute('property');
			if ('undefined' !== typeof property && 'og:site_name' === property) {
				siteName = metas[i].getAttribute('content');
				break;
			}
		}

		if (!siteName) {
			// Don't show M2M widget if we don't have a siteName
			return;
		}

		// Don't show widget to admins 80% of the time
		// (editors complained about seeing it too often)
		if (document.getElementById('admin_center_wrapper')) {
			// Might want to change 0.8 to 0 if debugging
			// while signed in
			if (Math.random() < 0.8) {
				return;
			}
		}

		// Add the Maven2Maven widget if and when the reader scrolls down at
		// least 300 pixels.
		window.createMavenWidget = function() {
			if (window.scrollY >= 300 && !window.mvn) {
				window.removeEventListener('scroll', window.createMavenWidget);
				// Show recs at end of page for logged-in users, and at end of article for others.
				let nodeSelector = document.getElementById('username') ? '#before_footer' : '.moduleEndOfHub,#before_footer';
				window.mvn = {
					channels: [],
					uid: uid,
					'li-siteName': siteName,
					pushFooterQuery: '#stickyfooterad',
					nodeToObserveForDisplay: document.querySelector(nodeSelector),
					logEvent: function(event) {
						if ('Navigate' === event.type && ga) {
							ga(
								'mavenTracker.send',
								'event',
								'Maven Network View',
								'click',
								JSON.stringify({
									s: event.referrerUrl,
									d: event.targetUrl
								}),
								window.customDimensions
							);
						}
						if ('undefined' === typeof jq || !jq.cookie || jq.cookie('hp-rcw-debug') !== 'true') {
							return;
						}
						console.log(event);
					}
				};

				if ('object' === typeof window.hpTrafficRecirculation.mavenChannels && window.hpTrafficRecirculation.mavenChannels.length > 0) {
					// Open up recommendations to the given set of channels
					window.mvn.channelLinks = window.hpTrafficRecirculation.mavenChannels;
					for (let i = 0; i < window.mvn.channelLinks.length; i++) {
						window.mvn.channels.push(window.mvn.channelLinks[i].channelKey);
					}
				}

				var s = document.createElement('script');
				s.src = 'https://static.maven.io/m2m/widget.js';
				document.body.appendChild(s);
			}
		};

		window.addEventListener('scroll', createMavenWidget);
	};
	if (window.mavenUID) {
		window.mavenUID.then(function(resp) {
			const uid = resp.inEEA ? 'donottrack' : resp.uid ? resp.uid : null;
			const isDemonetized = resp.isDemonetized;
			setupLiftigniter(uid, isDemonetized);
		});
	}
}
</script><noscript>
  <img src="https://sb.scorecardresearch.com/p?c1=2&c2=27019031&cv=2.0&cj=1" alt="comscore pixel"/>
</noscript></body></html>
<!-- rendered by ip-10-30-78-17.ec2.internal at Tue, 09 Jun 26 09:46:50 -0700 -->
<!-- uncategorized hpads-ourshare -->
<!-- served from cache Tue, 09 Jun 26 11:25:19 -0700 -->
