<!doctype html>
<html lang="en">
  <head>
    <title>Vickie 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="  Life is just a fairytale, live it outloud. Be yourself,even if it&#039;s not who someone else wants you to be. Don&#039;t limit how many things you can..."/>
<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: 1575842,
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-20075123-1"; })
.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-20075123-1', '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":"\/@in2deep","contentitemid":"hp-profile-1575842","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://usercontent1.hubstatic.com/15715954_177.jpg" class="lazy"  alt="IN2Deep profile image" title="IN2Deep profile image"/><noscript><img src="https://usercontent1.hubstatic.com/15715954_177.jpg"   alt="IN2Deep profile image" title="IN2Deep profile image"/></noscript><span title="Hubber Score" class="user-pic-label">68</span></div></div><div class="bio_stats"><h1><span class="author_primary_name">Vickie</span> <span class="author_secondary_name">(IN2Deep)</span></h1><p class="meta">Joined 15 years ago from USA </p><div class="contact_author"><a href=""><svg class="moon smallish envelop"><use xlink:href="#envelop"></use></svg> Contact Vickie</a></div></div></div><div id="profile_sidebar"><div id="flag_profile"><div class="flag_button_box" id="flag_box_1575842"><a class="flag_button" onclick="return showFlagProfile(1575842);" 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"></div>		<div id="user_stats">
			<ul>
				<li>
					<div class="value">165</div>
					<div class="name">Articles</div>
				</li>
				<li>
					<div class="value">163</div>
					<div class="name">Followers</div>
				</li>
				<li>
					<div class="value">360</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>Life is just a fairytale, live it outloud. Be yourself,even if it's not who someone else wants you to be. Don't limit how many things you can enjoy. I Love to garden and have won several landscape beautification awards. I am a Barber/Hair stylist .I love to cook and bake . I love to stay busy and being creative. The garden is one of my favorite places to be. I love to create with nature especially rocks. I love taking photos especially after the rain, everything just looks so vibrant. I love watching the wild animals feast on the fields (not so much when they feast in my yard. I love writing and sharing thoughts and ideas. I love being alone most of the time. As i grow older some of the things I like to do are becomeing harder to do. If only we could stay physically strong enough to do the things we enjoy, forever.</p><div id="accolades"><h3 class="accolade_heading">Accolades</h3><ul id="trophies"><li><a id="trophy_anniversary" title="IN2Deep has been a member of HubPages for 15 years." class="anniversary hptip"><span>15</span></a></li><li><a id="trophy_hubs" title="IN2Deep has published at least 100 articles." class="hubs hptip"><span>100</span></a></li><li><a id="trophy_featuredhubs" title="IN2Deep has had at least 25 simultaneously Featured articles." class="featuredhubs hptip"><span>25</span></a></li><li><a id="trophy_fans" title="IN2Deep has at least 100 followers on HubPages." class="fans hptip"><span>100</span></a></li><li><a id="trophy_views" title="IN2Deep's articles have been read over 10,000 times." class="views hptip"><span>10K</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/art/Creative-Play-Clay" 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/MTc2Mjk0NDg0ODI3NDQ4NTEw/creative-play-clay.webp 300w">
<source sizes="300px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_300%2Ch_300/MTc2Mjk0NDg0ODI3NDQ4NTEw/creative-play-clay.jpg 300w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2Mjk0NDg0ODI3NDQ4NTEw/creative-play-clay.jpg" data-ratio="1.392" data-width="1000" data-height="1392" alt="" title="Children-Crafts-Kids Craft- Creative Play Clay" class="categoryTeaserImg"/>
</picture></a>
</div>
<div class="featured_hub_desc">
<span class="featuredhub">In the Spotlight</span>
<h2><a href="https://discover.hubpages.com/art/Creative-Play-Clay">Children-Crafts-Kids Craft- Creative Play Clay</a></h2>
<p>1. Mix Baking Soda and cornstrarch in saucepan
2. Add water and stir untill smooth
3.Place over medium
</p>
</div>
</div><div id="teaser_1" class="categoryTeaser" style="display: none; width: 100%;">
<div class="featured_hub_img">
<a href="https://hubpages.com/art/Easy-Craft-Dough" style="background-color: #e5e5e5"><img src="https://usercontent2.hubstatic.com/4409609_300.jpg" data-ratio="1.4025974025974" data-width="1001" data-height="1404" alt="" title="Holiday Fun Crafts-Easy Craft Dough-All purpose flour-recipe-Thanksgiving Christmas Easter Valentines" class="categoryTeaserImg"/></a>
</div>
<div class="featured_hub_desc">
<span class="featuredhub">In the Spotlight</span>
<h2><a href="https://hubpages.com/art/Easy-Craft-Dough">Holiday Fun Crafts-Easy Craft Dough-All purpose flour-recipe-Thanksgiving Christmas Easter Valentines</a></h2>
<p>Heat oven to 350 F. Grease large cookie sheet. 

Spoon flour into measuring cup. level off.
</p>
</div>
</div><div id="teaser_2" class="categoryTeaser" style="display: none; width: 100%;">
<div class="featured_hub_img">
<a href="https://hubpages.com/food/-Best-Old-Fashioned-Chocolate-Chip-Cookies" style="background-color: #e5e5e5"><img src="https://usercontent1.hubstatic.com/4408510_300.jpg" data-ratio="0.75" data-width="3264" data-height="2448" alt="" title="The Best Old Fashioned Chocolate Chip Cookies" class="categoryTeaserImg"/></a>
</div>
<div class="featured_hub_desc">
<span class="featuredhub">In the Spotlight</span>
<h2><a href="https://hubpages.com/food/-Best-Old-Fashioned-Chocolate-Chip-Cookies">The Best Old Fashioned Chocolate Chip Cookies</a></h2>
<p>Beat 

butter and shortening with an electric mixer on medium speed for 30 seconds. 

Add sugars, baking soda, cinnamon, and 1/4 teaspoon salt; beat until well combined.

Beat in eggs, vanilla, and lemon
</p>
</div>
</div><div id="teaser_3" class="categoryTeaser" style="display: none; width: 100%;">
<div class="featured_hub_img">
<a href="https://hubpages.com/literature/Oh-God-My-Child-Is-Crying" style="background-color: #e5e5e5"><img src="https://usercontent1.hubstatic.com/4237158_300.jpg" data-ratio="0.63306908267271" data-width="883" data-height="559" alt="" title="Oh God My Child Is Crying" class="categoryTeaserImg"/></a>
</div>
<div class="featured_hub_desc">
<span class="featuredhub">In the Spotlight</span>
<h2><a href="https://hubpages.com/literature/Oh-God-My-Child-Is-Crying">Oh God My Child Is Crying</a></h2>
<p>Oh God My Child Is Crying             Oh God, my child is crying             and I'm not sure what to do             I feel alone and scared             can I take a walk with you.             Oh God my child...
</p>
</div>
</div><div id="teaser_4" class="categoryTeaser" style="display: none; width: 100%;">
<div class="featured_hub_img">
<a href="https://hubpages.com/relationships/So-Who-Wants-Better-Sex" style="background-color: #e5e5e5"><img src="https://usercontent1.hubstatic.com/4446042_300.jpg" data-ratio="0.95824634655532" data-width="1437" data-height="1377" alt="" title="So Who Wants Better Sex-Enhance sexual desire" class="categoryTeaserImg"/></a>
</div>
<div class="featured_hub_desc">
<span class="featuredhub">In the Spotlight</span>
<h2><a href="https://hubpages.com/relationships/So-Who-Wants-Better-Sex">So Who Wants Better Sex-Enhance sexual desire</a></h2>
<p>Sure a little bit of soft music some candlelight and nice dinner can be romantic. But, if you
</p>
</div>
</div><div id="teaser_5" class="categoryTeaser" style="display: none; width: 100%;">
<div class="featured_hub_img">
<a href="https://discover.hubpages.com/literature/-My-Daughter" 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/MTc2MjYxNDE1NDU4MzE3NTAy/-my-daughter.webp 300w">
<source sizes="300px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_300%2Ch_300/MTc2MjYxNDE1NDU4MzE3NTAy/-my-daughter.jpg 300w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2MjYxNDE1NDU4MzE3NTAy/-my-daughter.jpg" data-ratio="0.75" data-width="604" data-height="453" alt="" title="Daughter-Poem-My child hates me?" class="categoryTeaserImg"/>
</picture></a>
</div>
<div class="featured_hub_desc">
<span class="featuredhub">In the Spotlight</span>
<h2><a href="https://discover.hubpages.com/literature/-My-Daughter">Daughter-Poem-My child hates me?</a></h2>
<p>Though i did not expect you, it was never a mistake
 
Sure it was a challenge, one i was willing to take.
 
I thought i was in love i wanted to believe
</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><li><a href="#" id="button_3"></a></li><li><a href="#" id="button_4"></a></li><li><a href="#" id="button_5"></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/living/Playing-With-Nature" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Playing-With-Nature" style="height:150px;margin-left:-26px" src="https://usercontent2.hubstatic.com/6972585_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/living/">Home and Garden</a></div><h3><a class="title navigation" href="https://hubpages.com/living/Playing-With-Nature">Playing-With-Nature</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">Nature just keeps inspiring me to be creative. I Hope some of this can inspire you. I love the outdoors and there is no place i enjoy spending time more</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Angels-Blessed-Me" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Angels-Blessed-Me" style="width:150px;margin-top:-8px" src="https://usercontent2.hubstatic.com/15702361_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Angels-Blessed-Me">Angels-Blessed-Me</a></h3><p class="meta"> <span class="timestamp">4 years ago</span></p><p class="summary">When I first met you, I could barely speak
So many angels around you
Each one kissed me, gently on the cheek</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Angels-watching-over-me" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poems-Angels- watching over me" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/5425753_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Angels-watching-over-me">Poems-Angels- watching over me</a></h3><p class="meta"> <span class="timestamp">6 years ago</span></p><p class="summary">I have angels watching over me as does everyone</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/I-saw-angels-fly" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="I saw angels fly" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/5425723_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/I-saw-angels-fly">I saw angels fly</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">I&rsquo;m afraid to look at you
 
Afraid to look in your eyes
 
The last time I looked
 
I saw angels fly</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Angels-sit-beside-me" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Angels-sit beside me" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/5425693_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Angels-sit-beside-me">Poem-Angels-sit beside me</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">angels come sit beside me
dry the tears in my eyes
make me feel again
what it feels like to fly</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Angels-around-me-poem" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Angels around me-poem" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/5425677_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Angels-around-me-poem">Angels around me-poem</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Angels around me 

I thank you for lifting me
 
For carrying me
 
To a safe place
 
If only for that moment</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Angels-are-you-still-with-me" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Angels-are you still with me ? Poems" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/5425663_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Angels-are-you-still-with-me">Angels-are you still with me ? Poems</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Angels are you still here with me? 

Somehow I feel alone 
you carried me to this place
a place that feels like home
angels can you</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/My-Angels-a-poem" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="My-Angels-a-poem" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/5425646_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/My-Angels-a-poem">My-Angels-a-poem</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">My angels heard me crying
i was feeling rather weak
they circled around me
each one kissed me on the cheek.</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/literature/Fingerprints-A-Poem" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="A Poem Fingerprints" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/12606896_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/literature/Fingerprints-A-Poem">A Poem Fingerprints</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">One thing that makes me crazy 
 More than anything at all 
 Fingerprints 
 Yes 
 Fingerprints 
 Some are Big 
 Some are small. 

 I see prints up on the countertops 
 And prints all over the door 
 As I shake...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/If_You" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Looking Back  a Poem" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4621286_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/If_You">Looking Back  a Poem</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Someone told me long ago
 
If you love something
 
Learn to let it go
 
Life is shorter than you think
 
Sometimes it&rsquo;s great
 
Sometimes it stinks</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/living/-Favorite-Flower-Seeds-and-Plants" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Flower Seeds and Plants-How to Garden" style="height:150px;margin-left:0px" src="https://usercontent2.hubstatic.com/12606893_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/living/gardening/">Planting Flowers</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/living/-Favorite-Flower-Seeds-and-Plants">Flower Seeds and Plants-How to Garden</a></h3><p class="meta"> <span class="timestamp">5 years ago</span></p><p class="summary">Growing seed can be a very satisfying,enjoyable and fascinating hobby. You can select your own level of</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/health/15-Medicinal-Plants" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="What are 15 Medicinal Plants" 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>8</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://hubpages.com/health/15-Medicinal-Plants">What are 15 Medicinal Plants</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Myth or fact, in every age and in every part of the world,herbs and plants have been prized for their amazing healing powers.Here are</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/living/State-Flowers-50-State-Flowers" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="50 State Flowers" style="height:150px;margin-left:0px" src="https://usercontent2.hubstatic.com/12606903_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/living/gardening/">Gardening</a></div><h3><a class="title navigation" href="https://hubpages.com/living/State-Flowers-50-State-Flowers">50 State Flowers</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">A Flower For Every State How Wonderful 
 50 State Flowers 
 Alabama&gt; Camellia 
 Alaska&gt; Forget-me-not 
 Arizona&gt; Cactus blossom 
 Arkansas&gt; Apple blossom 
 California Golden poppy 
 Colorado&gt; Blue columbine 
...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/living/-Poison-Plants-that-are-Poisonous" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poison-Plants that are Poisonous" style="width:150px;margin-top:-36px" src="https://usercontent2.hubstatic.com/4621643_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/living/gardening/">Gardening</a></div><h3><a class="title navigation" href="https://hubpages.com/living/-Poison-Plants-that-are-Poisonous">Poison-Plants that are Poisonous</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">Many people like to experiment sampling plants,tasting them in wonder if they might taste as good as they look. Not everyone would think this is a good habit but their are some</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/living/Rabbits-Pest-Proofing-Your-Garden" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Rabbits -How To Pest Proof Your Garden" style="width:150px;margin-top:-30px" src="https://usercontent1.hubstatic.com/4232142_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/living/gardening/">Garden Pests</a></div><h3><a class="title navigation" href="https://hubpages.com/living/Rabbits-Pest-Proofing-Your-Garden">Rabbits -How To Pest Proof Your Garden</a></h3><p class="meta"> <span class="timestamp">4 years ago</span></p><p class="summary">Only about 7% of all rabbits live to be a year old,although sometimes it seems they are all living in your</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/The-Child-Inside" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="A Poem -The Child Inside" style="width:150px;margin-top:-22px" src="https://usercontent2.hubstatic.com/4621651_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/The-Child-Inside">A Poem -The Child Inside</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Things just seem so different in the eyes of a child.And as we grow they change,or is it the child who changes? We come into this world so innocent,</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/living/23-Plants-Found-In-Shakespeare" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Shakespearean- 23 Plants Found In Shakespeare-flower-seed " style="width:150px;margin-top:-82px" src="https://usercontent1.hubstatic.com/4501994_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/living/gardening/">Gardening</a></div><h3><a class="title navigation" href="https://hubpages.com/living/23-Plants-Found-In-Shakespeare">Shakespearean- 23 Plants Found In Shakespeare-flower-seed </a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">Found In Shakespeare 
 　 
 　 
 Anemone&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Madonna lily 
 Artemisia&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Marjoram 
...The poppy anemones have been used as cut flowers as far back as the time of ancient Greeks,who valued them for their striking hues and smooth texture.The red petals of the flower are so...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/living/24-Plants-With-Symbolic-Meanings" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="24 Plants With Symbolic Meanings" style="width:150px;margin-top:-30px" src="https://usercontent2.hubstatic.com/4350477_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/living/gardening/">Gardening</a></div><h3><a class="title navigation" href="https://hubpages.com/living/24-Plants-With-Symbolic-Meanings">24 Plants With Symbolic Meanings</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">According to Christian legend,the first carnations sprang from the Virgin Mary's tears as she walked to</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Meet-Me-In-The-Garden" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poetry-A Poem Meet Me In The Garden" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4604998_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Meet-Me-In-The-Garden">Poetry-A Poem Meet Me In The Garden</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Meet me in the garden
 
anytime day or night.
 
You can see me smile
 
In the shadows</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Everything-Changes-For-A-Reason" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Changed-Everything Changes For A Reason-Poems" style="height:150px;margin-left:0px" src="https://usercontent2.hubstatic.com/4588401_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Everything-Changes-For-A-Reason">Changed-Everything Changes For A Reason-Poems</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">So much has changed
 
in so many ways
 
The darker the night
 
the brighter the day.</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/living/-How-To-Attract-Bats-to-Your-Garden" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Garden-Bats- Attracting  Bats to Your Garden" style="width:150px;margin-top:-42px" src="https://usercontent1.hubstatic.com/4552688_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/living/gardening/">Gardening</a></div><h3><a class="title navigation" href="https://hubpages.com/living/-How-To-Attract-Bats-to-Your-Garden">Garden-Bats- Attracting  Bats to Your Garden</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Why would any homeowner want to attract bats to their yard? Well you might be surprised
 
to learn that bats</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Walking-Beside-You" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Walking Beside You" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/12606902_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Walking-Beside-You">Poem-Walking Beside You</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Loving you too much is not a crime
wanting whats best for you
does not matter-
If you don't have the time.
 
To care about you is</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/living/Gardening-Spring-2011-Getting-Ready" 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/MTkxNDg3NjgyNzk3NjQzMjUw/gardening-spring-2011-getting-ready.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTkxNDg3NjgyNzk3NjQzMjUw/gardening-spring-2011-getting-ready.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTkxNDg3NjgyNzk3NjQzMjUw/gardening-spring-2011-getting-ready.jpg" data-ratio="0.75" data-width="1600" data-height="1200" alt="Flowers-Garden-Spring Gardening Spring" title="Flowers-Garden-Spring Gardening Spring"/>
</picture></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/living/gardening/">Gardeners</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/living/Gardening-Spring-2011-Getting-Ready">Flowers-Garden-Spring Gardening Spring</a></h3><p class="meta"> <span class="timestamp">12 years ago</span></p><p class="summary">I like having the following tools available for use in my garden,but you may not need the same. While having many tools is great,if you don't use them they just take up space.</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/family/Negativity-Just-My-Opinion" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Negative-Negativity Just My Opinion" style="height:150px;margin-left:-62px" src="https://usercontent1.hubstatic.com/4192234_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/family/parenting-skills-styles-and-advice/">Parenting Skills, Styles &amp; Advice</a></div><h3><a class="title navigation" href="https://hubpages.com/family/Negativity-Just-My-Opinion">Negative-Negativity Just My Opinion</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">I was recently viewing some hubs,hub hopping,just to see what people were writing about these days. I read through several hubs. I try to put myself right in the moment of what someone else was thinking when they wrote down their thoughts..</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Remembering-poem" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Remembering My Memories" style="width:150px;margin-top:-30px" src="https://usercontent2.hubstatic.com/4534175_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Remembering-poem">Remembering My Memories</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">Sitting here alone in this room with all these shadows
Through the frost on the windows I see I sit I wonder
I can see so much beauty although my glass</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/living/Gardening-Color-Your-World" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Planting-How to Plant Seeds and Add Color to the Garden With Flowers, Annuals, Perennials, Bulbs, and Tubers" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4501913_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/living/gardening/">Gardening</a></div><h3><a class="title navigation" href="https://hubpages.com/living/Gardening-Color-Your-World">Planting-How to Plant Seeds and Add Color to the Garden With Flowers, Annuals, Perennials, Bulbs, and Tubers</a></h3><p class="meta"> <span class="timestamp">4 years ago</span></p><p class="summary">There are so many ways to add a splash of color to your world and you will be amazed how simple it is. Gardening is a great way to get exercise, a little fresh air, some sunshine (vitamin D). Gardening is also a great way to attract birds and butterflies to your yard</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/living/Ornamental-Grass" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Grass-Grasses-In The Garden-Ornamental-Tall and Short Grass" style="width:150px;margin-top:-30px" src="https://usercontent1.hubstatic.com/4476896_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/living/gardening/">Gardening</a></div><h3><a class="title navigation" href="https://hubpages.com/living/Ornamental-Grass">Grass-Grasses-In The Garden-Ornamental-Tall and Short Grass</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">A garden of ornamental grasses promises color and movement throughout the year. In spring,the grasses display leaves with unique colors and patterns.As late summer and autumn approach,their flowers bloom and...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-So-What-Is-Love" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="So What Is Love?-Poem" style="width:150px;margin-top:-30px" src="https://usercontent2.hubstatic.com/4476415_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-So-What-Is-Love">So What Is Love?-Poem</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Love is good times and bad times,

ups and downs smiles and frowns,

Love is simple and sweet

Love makes you feel complete

Love is pain and hurt</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/living/Attracting-Birds-To-Your-Garden" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="How To Encourage Birds-Birdhouses-Attracting Birds To Your Garden" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4520225_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/living/gardening/">Gardening</a></div><h3><a class="title navigation" href="https://hubpages.com/living/Attracting-Birds-To-Your-Garden">How To Encourage Birds-Birdhouses-Attracting Birds To Your Garden</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">Feeding birds is a wonderful thing.I usually feed the birds during winter and early spring, I stop when the</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/health/Relief-From-Muscle-Pain" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="How You Can Relieve Your -Pain and Stiffness-Muscle Pain Anytime Relief From Muscle Pains-Pain-Aches-" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4475690_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/">Health</a></div><h3><a class="title navigation" href="https://hubpages.com/health/Relief-From-Muscle-Pain">How You Can Relieve Your -Pain and Stiffness-Muscle Pain Anytime Relief From Muscle Pains-Pain-Aches-</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Well,you have overdone it,and your body is letting you know. Overworking muscles causes the muscle fibers to actually breakdown.Ideally, you should be able to get...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/relationships/So-Who-Wants-Better-Sex" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="So Who Wants Better Sex-Enhance sexual desire" style="height:150px;margin-left:-4px" src="https://usercontent1.hubstatic.com/4446042_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/relationships/romance/">Romance</a></div><h3><a class="title navigation" href="https://hubpages.com/relationships/So-Who-Wants-Better-Sex">So Who Wants Better Sex-Enhance sexual desire</a></h3><p class="meta"> <span class="timestamp">4 years ago</span></p><p class="summary">Sure a little bit of soft music some candlelight and nice dinner can be romantic. But, if you</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/How-To-Make-Home-Made-Eggnog-Eggnog-drinks" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Holiday Drinks-How To Make Home Made Eggnog -About Eggnog-Recipe for 11 Eggnog drinks for entertaining" style="height:150px;margin-left:0px" src="https://usercontent2.hubstatic.com/12606891_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/food/beverage-recipes/">Beverage Recipes</a></div><h3><a class="title navigation" href="https://hubpages.com/food/How-To-Make-Home-Made-Eggnog-Eggnog-drinks">Holiday Drinks-How To Make Home Made Eggnog -About Eggnog-Recipe for 11 Eggnog drinks for entertaining</a></h3><p class="meta"> <span class="timestamp">11 years ago</span></p><p class="summary">Eggnog is a well established holiday tradition,it first became popular during colonial times.Eggnog is simple to make..</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/health/How-To-Get-The-Vitamin-D-your-Body-Needs" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Vitiman D-How To Get The Vitamin D in your Body Needs" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4428166_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/health/">Health</a></div><h3><a class="title navigation" href="https://hubpages.com/health/How-To-Get-The-Vitamin-D-your-Body-Needs">Vitiman D-How To Get The Vitamin D in your Body Needs</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">How To Get The Vitamin D Your Body Needs
 
How much do you know about Vitamin D ? Did you know you can fight breast cancer,heart disease,weight gain and more with vitamin D. Here you will find a little information so you can get 

the most out of this miracle</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/Fruit-Cream-Chees-Pie-and-more" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="6 Simple To Make-Pies-sweetened condensed milk" style="height:150px;margin-left:-19px" src="https://usercontent2.hubstatic.com/4421839_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/quick-and-easy-recipes/">Quick &amp; Easy Desserts</a></div><h3><a class="title navigation" href="https://hubpages.com/food/Fruit-Cream-Chees-Pie-and-more">6 Simple To Make-Pies-sweetened condensed milk</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">&nbsp;Apricot Prune Pie/ &nbsp;Chocolate Fudge Pie/&nbsp; Custard Pie/&nbsp; Fruit Cream Cheese Pie/ Lemon meringue&nbsp; Pie/ Maple Pecan Pie  &nbsp; 
 Wonderful summertime pie because it needs no cooking,can be made ahead. 
 1 9-...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/I-Want-It" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="I Want It" style="width:150px;margin-top:-30px" src="https://usercontent1.hubstatic.com/4420698_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/I-Want-It">I Want It</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Can't find my heart

can't feel it beat</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Mirror" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="-Mirror" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4420548_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Mirror">-Mirror</a></h3><p class="meta"> <span class="timestamp">11 years ago</span></p><p class="summary">Sometimes I don't feel pretty
 
when i look into my mirror
 
But, when I close my eyes</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/He-Dont-Know" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="He Don't Know" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4420478_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/He-Dont-Know">He Don't Know</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">He wont know if I can't say
 
I don't like the games we play
 
He wont care if I can't share
 
He does not know 

He is just never there
 
He is so kind
 
He don't have time
 
He will never.....</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/Three-Mousse-Recipies" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="How to make Three Mousse Recipes" style="height:150px;margin-left:-16px" src="https://usercontent2.hubstatic.com/4414899_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/">Food and Cooking</a></div><h3><a class="title navigation" href="https://hubpages.com/food/Three-Mousse-Recipies">How to make Three Mousse Recipes</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">　 
  
 Tuna- Olive Mousse 
 　 
 1 envelope unflavored gelatin 
 2 tablespoons lemon juice 
 2 cans(7oz) tuna,drained and flaked 
 3 tablespoons tarragon vinegar 
 1/2 cup mayonnaise or cooked salad...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/living/Attracting-Butterflies" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="How toEncourage-Butterflies-Into Your Garden-Spring- Garden -" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4414581_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/living/gardening/">Gardening</a></div><h3><a class="title navigation" href="https://hubpages.com/living/Attracting-Butterflies">How toEncourage-Butterflies-Into Your Garden-Spring- Garden -</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Attracting Butterflies
 
Looking to invite winged friends to your garden, be sure you're ready to make them comfortable,Like Any Good Host, butterfly gardeners provide a great atmosphere and refreshments for</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/New-Orleans-Chicken" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="New Orleans Chicken" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4408515_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/food/main-dish-and-side-dish-recipes/">Chicken Recipes</a></div><h3><a class="title navigation" href="https://hubpages.com/food/New-Orleans-Chicken">New Orleans Chicken</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Cut hen into serving size pieces.Larger pieces may be cut into two pieces. In a two gallon dutch oven,heat the oil over medium heat.Add the flour</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/art/Creative-Play-Clay" 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/MTc2Mjk0NDg0ODI3NDQ4NTEw/creative-play-clay.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2Mjk0NDg0ODI3NDQ4NTEw/creative-play-clay.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2Mjk0NDg0ODI3NDQ4NTEw/creative-play-clay.jpg" data-ratio="1.392" data-width="1000" data-height="1392" alt="Children-Crafts-Kids Craft- Creative Play Clay" title="Children-Crafts-Kids Craft- Creative Play Clay"/>
</picture></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/art/crafts-and-handiwork/">Holiday Projects</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/art/Creative-Play-Clay">Children-Crafts-Kids Craft- Creative Play Clay</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">1. Mix Baking Soda and cornstrarch in saucepan
2. Add water and stir untill smooth
3.Place over medium</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/art/Easy-Craft-Dough" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Holiday Fun Crafts-Easy Craft Dough-All purpose flour-recipe-Thanksgiving Christmas Easter Valentines" style="width:150px;margin-top:-36px" src="https://usercontent2.hubstatic.com/4409609_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/art/crafts-and-handiwork/">Holiday Projects</a></div><h3><a class="title navigation" href="https://hubpages.com/art/Easy-Craft-Dough">Holiday Fun Crafts-Easy Craft Dough-All purpose flour-recipe-Thanksgiving Christmas Easter Valentines</a></h3><p class="meta"> <span class="timestamp">11 years ago</span></p><p class="summary">Heat oven to 350 F. Grease large cookie sheet. 

Spoon flour into measuring cup. level off.</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/-Best-Old-Fashioned-Chocolate-Chip-Cookies" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="The Best Old Fashioned Chocolate Chip Cookies" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4408510_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/food/">Food and Cooking</a></div><h3><a class="title navigation" href="https://hubpages.com/food/-Best-Old-Fashioned-Chocolate-Chip-Cookies">The Best Old Fashioned Chocolate Chip Cookies</a></h3><p class="meta"> <span class="timestamp">4 years ago</span></p><p class="summary">Beat 

butter and shortening with an electric mixer on medium speed for 30 seconds. 

Add sugars, baking soda, cinnamon, and 1/4 teaspoon salt; beat until well combined.

Beat in eggs, vanilla, and lemon</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/-Favorite-Black-Forest-Cake" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="With Fudge, Carmels,Cherries,Chocolate" style="height:150px;margin-left:-28px" src="https://usercontent1.hubstatic.com/4408370_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/food/">Food and Cooking</a></div><h3><a class="title navigation" href="https://hubpages.com/food/-Favorite-Black-Forest-Cake">With Fudge, Carmels,Cherries,Chocolate</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Combine cocoa, sugar, corn syrup and salt in a heavy saucepan (3-quart).Add evaporated milk and water.Bring to a boil over medium heat,stirring constantly.Cook,stirring frequently,until mixture forms a firm ball in cold..</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-I-Said" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="-I Said" style="height:150px;margin-left:-38px" src="https://usercontent1.hubstatic.com/4396118_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-I-Said">-I Said</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">I Said 
 　 
 I said that I loved you 
 you were so very kind. 
 but, I didn't know 
 love was so blind. 
 　 
 I said that I needed you 
 everyday and all night 
 but, I didn't know 
 If i let go, I'd be...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/health/My-Aching-Head-and-Headaches" 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/MTc2MzY1NDU5NDMwNDUwMzY2/my-aching-head-and-headaches.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MzY1NDU5NDMwNDUwMzY2/my-aching-head-and-headaches.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2MzY1NDU5NDMwNDUwMzY2/my-aching-head-and-headaches.jpg" data-ratio="1.1390268123138" data-width="1007" data-height="1147" alt="Headaches-Stress-Tension Headaches-Relief For Headaches- head-back- types- causes" title="Headaches-Stress-Tension Headaches-Relief For Headaches- head-back- types- causes"/>
</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/health/">Health</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/health/My-Aching-Head-and-Headaches">Headaches-Stress-Tension Headaches-Relief For Headaches- head-back- types- causes</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">A headache is one the body's most powerful alarm signals.It is often a sign of physical or psychological overload.There are many different types of headaches, and each is different according to how</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/living/Simple-Salt-Solutions" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Simple Solutions With Salt" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4219700_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/living/">Home and Garden</a></div><h3><a class="title navigation" href="https://hubpages.com/living/Simple-Salt-Solutions">Simple Solutions With Salt</a></h3><p class="meta"> <span class="timestamp">11 years ago</span></p><p class="summary">&nbsp; 
 Let's Start with the strength of Salt- 
 There are many ways to use salt in the home.The most common industrial use is in making chemical compounds.Salt is key to the manufacture of steel,aluminum,rubber...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Do-You" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Do You?" style="height:150px;margin-left:-42px" src="https://usercontent2.hubstatic.com/4386145_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Do-You">Poem-Do You?</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">Will I ever be understood?
 
Could you ever go so deep?
 
Listen to me thinking
 
as I lay fast asleep.
 
To you my thoughts</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Friendship" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Friendship-Poetry" style="height:150px;margin-left:-3px" src="https://usercontent1.hubstatic.com/4385958_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Friendship">Friendship-Poetry</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">You told me last night

you wanted to be with me

It wasn't very light

your expression I couldn't see.

I don't know if you</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Is-My-Life" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Is My Life" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/4385706_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/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Is-My-Life">Is My Life</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">It is just so funny the way people live

nothing to offer,not a thing to give

Life is full of ups and downs

Some people can laugh at another

persons frown.</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Dwell-On-Life" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Dwell  On Life-poem" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4370984_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Dwell-On-Life">Dwell  On Life-poem</a></h3><p class="meta"> <span class="timestamp">12 years ago</span></p><p class="summary">Don't dwell on it-what your not 
 dwell on who you can be 
 If you listen to your heart  
 you can set your mind free 
 Who's right? who's wrong?  
 does anyone really care? 
 Who can say you don't belong 
...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Tears-I-Cry" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="A Poem-Tears I Cry-Poetry" style="width:150px;margin-top:-30px" src="https://usercontent2.hubstatic.com/4370311_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Tears-I-Cry">A Poem-Tears I Cry-Poetry</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">You want something special 
 to remember me by 
 take the pain in my heart 
 and the tears I cry 
 I care to much 
 to leave you without  
 but you'll never understand 
 what love is about. 
 I always want to...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Crazy" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Crazy" style="width:150px;margin-top:-17px" src="https://usercontent1.hubstatic.com/4362572_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Crazy">Poem-Crazy</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Crazy 
 　 
 You make me crazy 
 crazy you make me 
 after all the years together 
 has your mind become a little lazy　 
 You make me crazy 
 like crazy, you make me insane 
 what she did , is not my fault...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/No-Communication" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="A Poem About-No Communication" style="width:150px;margin-top:-8px" src="https://usercontent1.hubstatic.com/4362526_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/No-Communication">A Poem About-No Communication</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">　 
 A simple call would do just fine 
 to let me know, I'm on your mind 
 I don't want to hurt you,or make you upset 
 our...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Growing-Up" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="-Growing-Up" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4341433_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Growing-Up">-Growing-Up</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary"></p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/I-Want-Someone" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="I Want Someone" style="height:150px;margin-left:-47px" src="https://usercontent1.hubstatic.com/4341360_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/I-Want-Someone">I Want Someone</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">I Want Someone 
 　 
 I want someone to love me 
 and treat me like gold 
 someone I can lean on 
 someone to have and hold. 
 　 
 I want someone to trust me 
 and someone to believe 
 someone who always...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Set-You-Free" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poetry-Poem-Set You Free" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4341327_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Set-You-Free">Poetry-Poem-Set You Free</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">You gave me your stength
 
now I give it back
 
Patience, my friend
 
the one thing I lack.</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Im-A-Child" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Im A Child" style="height:150px;margin-left:-5px" src="https://usercontent2.hubstatic.com/4341283_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Im-A-Child">Im A Child</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary"></p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/animals/Cats-And-Dogs-First-Aid" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="How to First Aid for Pets-Cats And Dogs-" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4325875_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/animals/">Pets and Animals</a></div><h3><a class="title navigation" href="https://hubpages.com/animals/Cats-And-Dogs-First-Aid">How to First Aid for Pets-Cats And Dogs-</a></h3><p class="meta"> <span class="timestamp">11 years ago</span></p><p class="summary">When your pet is seriously injured,there are things you can do to help.Remember,though, an animal in pain may bite at anyone, even his/her owner. If you don't need to keep</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Believe-In-Yourself" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Believe In Yourself" style="height:150px;margin-left:0px" src="https://usercontent2.hubstatic.com/4317353_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Believe-In-Yourself">Poem-Believe In Yourself</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">BELIEVE IN YOURSELF 

INSIDE AND OUT
 
JUST KNOW YOU CAN
 
IF YOU REALLY TRY
 
BELIEVE IN YOURSELF
 
HOLD YOUR HEAD UP</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-The-Last-Goodbye-" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="The Last Goodbye-Poem" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4317333_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/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-The-Last-Goodbye-">The Last Goodbye-Poem</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">&nbsp;        The Last Goodbye        　        The last time that I'll say hello        and yes, the last goodbye        you don't know what I'm feeling        I wont let you see me cry.        　        The...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Im-Not-In-Love" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Im Not In Love" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4317255_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Im-Not-In-Love">Im Not In Love</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary"></p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Infatuation" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="-Infatuation" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4317205_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Infatuation">-Infatuation</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">&nbsp;       Infatuation       　       　       You spin my head       with all these thoughts       did I find what I was after       the smiles and the laughter       You lift me up       then let me down    ...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/I-Ask-Myself" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="I Ask Myself" style="width:150px;margin-top:-30px" src="https://usercontent2.hubstatic.com/4317125_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/I-Ask-Myself">I Ask Myself</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">I Ask Myself       Why do I miss you       the way that i do       I get so distracted        are you missing me to?       Why do I want to hear your voice       at any time of day       What have you done    ...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Pleasure" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Pleasure" style="width:150px;margin-top:-1px" src="https://usercontent2.hubstatic.com/4382459_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Pleasure">Poem-Pleasure</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">The warmth, the glow
 
do you know?
 
The fever of desire
 
you could'nt feel</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-My-Friend" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-My Friend" style="width:150px;margin-top:-30px" src="https://usercontent1.hubstatic.com/4317044_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-My-Friend">Poem-My Friend</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">I've cried for you
 
you don't understand
 
the friendship we had
 
so far from planned.
 
We just started talking
 
how could we</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Nothing-Left" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt=" Nothing Left-A Poem " style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4317013_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Nothing-Left"> Nothing Left-A Poem </a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Over ruled and over rated

The world sucks you in

you'd have to be sedated</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Take-A-Chance" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Take A Chance" style="width:150px;margin-top:-30px" src="https://usercontent2.hubstatic.com/4316965_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Take-A-Chance">Poem-Take A Chance</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Sometimes love just happens
 
and for the moment its just right
 
this kind of love keeps you
 
sleeping good at night.

You meet a few</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/literature/The-Sweat" 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/MTc5ODI1MDc1MTgzNjI2MjI5/the-sweat.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc5ODI1MDc1MTgzNjI2MjI5/the-sweat.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc5ODI1MDc1MTgzNjI2MjI5/the-sweat.jpg" data-ratio="1.3333333333333" data-width="2448" data-height="3264" alt="The Sweat" title="The Sweat"/>
</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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/literature/The-Sweat">The Sweat</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Take it easy now
 
enjoy the sweat
 
don't go so fast
 
it may be all you get.
 
　
 
Passion so</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/living/Questions-and-Answers-on-Planting-Bulbs" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Flowers-Bulbs-Planting-Garden-Questions and Answers About Planting Flower Bulbs" style="width:150px;margin-top:-30px" src="https://usercontent1.hubstatic.com/4549798_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/living/gardening/">Gardening</a></div><h3><a class="title navigation" href="https://hubpages.com/living/Questions-and-Answers-on-Planting-Bulbs">Flowers-Bulbs-Planting-Garden-Questions and Answers About Planting Flower Bulbs</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">It may seem like a long time, but the Bulbs you plant
 
in the fall will bring glorious color in the spring.
 
Patience is a virtue. And when it comes to planting spring blooming</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Words" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Words" style="width:150px;margin-top:-30px" src="https://usercontent2.hubstatic.com/4314115_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Words">Poem-Words</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">So many words unspoken
 
So many things to say
 
But why speak now
 
Tomorrow is another</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/living/Safety-Rules-With-Power-Equipment" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Safety Matters" style="height:150px;margin-left:-62px" src="https://usercontent2.hubstatic.com/4313561_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/living/home-appliances/">Home Appliances</a></div><h3><a class="title navigation" href="https://hubpages.com/living/Safety-Rules-With-Power-Equipment">Safety Matters</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">　Staying Safe 
 Ready to get behind your mower? Start up that chain saw? 
 Before you begin yard chores, learn how to play it safe. 
 So many people are hurt each year using power lawn and garden equipment....</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/For-Santa" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="For Santa" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4313971_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/For-Santa">For Santa</a></h3><p class="meta"> <span class="timestamp">11 years ago</span></p><p class="summary">Wish list's and letter's
 
I am sure you have
 
a few.</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Dear-Santa-My-Poem" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Santa-Dear Santa-My Poem" style="width:150px;margin-top:-30px" src="https://usercontent2.hubstatic.com/4314009_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Dear-Santa-My-Poem">Santa-Dear Santa-My Poem</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Santa did you know
 
that I have been good 

all year.
 
I've made cookies for
 
everyone.</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/Butter-Cakes" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Butter Cakes Crisp Buttery Cookies" style="width:150px;margin-top:-8px" src="https://usercontent1.hubstatic.com/4305976_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/food/">Food and Cooking</a></div><h3><a class="title navigation" href="https://hubpages.com/food/Butter-Cakes">Butter Cakes Crisp Buttery Cookies</a></h3><p class="meta"> <span class="timestamp">11 years ago</span></p><p class="summary">Butter Cakes 
 Crisp, Buttery Cookies 
 1 cup butter (no substitutes) 
 1 cup sugar 
 1 teaspoon vanilla 
 2 eggs 
 &nbsp;3 1/4 cups all-purpose flour  
 1 egg yolk 
 1 cup finely chopped almonds 
 　 
 Choose...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/Mint-Meltaways" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Mint Meltaways" style="width:150px;margin-top:-30px" src="https://usercontent2.hubstatic.com/4305925_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/food/">Food and Cooking</a></div><h3><a class="title navigation" href="https://hubpages.com/food/Mint-Meltaways">Mint Meltaways</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Mint Meltaways 
 Finely crush the mints to distribute evenly. 
 1 cup butter (no substitutes)  
 1 cup finely crushed butter  
 mints (about 5 ounces) 
 2 cups all-purpose flour 
 1 tablespoon sugar  
 　 
...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/Praline-Rounds" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Praline Rounds-Pralene" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4305902_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/food/quick-and-easy-recipes/">Quick &amp; Easy Recipes</a></div><h3><a class="title navigation" href="https://hubpages.com/food/Praline-Rounds">Praline Rounds-Pralene</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">　 
  
 &nbsp; 
 Praline Cookies
   1/2 cup butter or margarine 
 1/2 cup shortening 
 1 cup packed brown sugar 
 1/2 teaspoon baking powder 
 1/2 teaspoon baking soda 
 1/4 teaspoon salt  
 1 egg 
 2 tablespoons...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/Substitutions" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Try This-What To Use Instead-Substitutions" style="width:150px;margin-top:-16px" src="https://usercontent2.hubstatic.com/4305805_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/food/">Food and Cooking</a></div><h3><a class="title navigation" href="https://hubpages.com/food/Substitutions">Try This-What To Use Instead-Substitutions</a></h3><p class="meta"> <span class="timestamp">11 years ago</span></p><p class="summary">Forget to get an essential ingredient? Here are some quick and almost-as good substitutions.　</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/Recipies-For-Dips" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Hot-Crockpot-Recipes For Dips" style="width:150px;margin-top:-30px" src="https://usercontent1.hubstatic.com/4295500_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/food/">Food and Cooking</a></div><h3><a class="title navigation" href="https://hubpages.com/food/Recipies-For-Dips">Hot-Crockpot-Recipes For Dips</a></h3><p class="meta"> <span class="timestamp">11 years ago</span></p><p class="summary">&nbsp;                &nbsp;                Nacho Dip                1 can chilli with beans                1 can chilli without beans                1 1/2 package cream cheese                1 package shredded...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Tired-Of-Waiting" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Tired Of Waiting" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4295444_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Tired-Of-Waiting">Poem-Tired Of Waiting</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Tired Of Waiting
 
I'm tired of just waiting
 
for you to make up your mind
 
I can't stay here forever
 
I just don't have the...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Shes-Not-The-One" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="She's Not The One" style="width:150px;margin-top:-6px" src="https://usercontent1.hubstatic.com/4295362_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Shes-Not-The-One">She's Not The One</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">I don't know if I want you
 
to be by my side all the time
 
but, I just can't let her have you
 
she'd really mess up your mind.
 
　
 
She tells me that she cares for you
 
I just can't beleive it's true</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Come-With-Me" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="-Come With Me" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4295313_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Come-With-Me">-Come With Me</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Come With Me       Your not attached to anyone       so why don't you come with me.       So what if we have fun       that's how it ought to be.       You don't have to run me       or buy me a single thing. ...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/Ice-Cream-Yule-Log" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="How to make an Ice Cream Yule Log" style="height:150px;margin-left:0px" src="https://usercontent1.hubstatic.com/12606894_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/dessert-recipes/">Dessert Recipes</a></div><h3><a class="title navigation" href="https://hubpages.com/food/Ice-Cream-Yule-Log">How to make an Ice Cream Yule Log</a></h3><p class="meta"> <span class="timestamp">11 years ago</span></p><p class="summary">Carefully remove ice cream, in one block, from container,
 
keeping as much of original shape as possible.</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/Christmas-Cranberry-Orange-Sundaes" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Cranberry Orange Sundaes" style="height:150px;margin-left:0px" src="https://usercontent2.hubstatic.com/12606895_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/food/dessert-recipes/">Dessert Recipes</a></div><h3><a class="title navigation" href="https://hubpages.com/food/Christmas-Cranberry-Orange-Sundaes">Cranberry Orange Sundaes</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">1. In medium saucepan, combine sugar and 1 cup water; heat; stirring, to dissolve sugar
 
2. Bring to boiling;boil, uncovered, and without stirring 10 minutes,or untill syrup thickens
 
slightly.</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/Easy-Biscotti" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Best Easy To Make Biscotti" 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>0</span><div class="catlink"><a href="https://discover.hubpages.com/food/quick-and-easy-recipes/">Quick &amp; Easy Recipes</a></div><h3><a class="title navigation" href="https://hubpages.com/food/Easy-Biscotti">Best Easy To Make Biscotti</a></h3><p class="meta"> <span class="timestamp">11 years ago</span></p><p class="summary">Baking Biscotti at home is easy and quick. You will need a bowl a spoon,or a mixer,and a baking sheet.It only takes 15 minutes to mix the dough and shape logs and just another minute to cut them diagonally at 45-degree angle for the second baking to...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-moving-on" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="poetry-moving on" style="height:150px;margin-left:-2px" src="https://usercontent1.hubstatic.com/4382376_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-moving-on">poetry-moving on</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">I'm leaving now
 
On my way
 
I&rsquo;ve wasted
 
Oh so many</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/What-Inspires-Me-to-Write-Poetry" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poetry and What Inspires Me to Write Poetry?" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4273065_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/literature/poems-and-poetry/">Inspirational Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/What-Inspires-Me-to-Write-Poetry">Poetry and What Inspires Me to Write Poetry?</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Thoughts,Emotions feelings,  
 all the cards life is always dealing  
 Sitting, and thinking, 
 &nbsp;and when i'm alone drinking.  
 When i'm feeling good 
 &nbsp;or wishing i could.  
 When i'm alone and single 
...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Helpless" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Helpless" style="width:150px;margin-top:-30px" src="https://usercontent1.hubstatic.com/4264946_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Helpless">Poem-Helpless</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Why do I feel so helpless
 
whenever your around
 
why do you lift my smile
 
whenever it's a frown</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Wish-You-Were-Mine" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="I Wish You Were Mine- Poem" style="width:150px;margin-top:-50px" src="https://usercontent2.hubstatic.com/4786895_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Wish-You-Were-Mine">I Wish You Were Mine- Poem</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">&nbsp;        Wish You Were Mine        Do you understand        why I can't be with you        to watch you hold her hand        Is something I can't do        I think about you so much        but, i can't tell...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Blue-Eyes" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt=" About Blue Eyes-Poem" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4264868_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Blue-Eyes"> About Blue Eyes-Poem</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">You have eyes of powder blue
 
and when you speak
 
the words are true</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/IN2Deep-Lost" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="IN2deep-Lost" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4264826_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/IN2Deep-Lost">IN2deep-Lost</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Once upon a star
 
in the beauty of the night
 
I followed a path so far
 
with the guidence of the light.
 
I just kept walking
 
not knowing what I'd find......</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Lonely-Place" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Lonely Place" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4264799_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Lonely-Place">Lonely Place</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">&nbsp;         Lonely Place         I wanted you to be here         I needed you to stay         Im so confused everyday         I just don't have the words to say         your love has somehow lifted me        ...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Would-You" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Would You" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4264772_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Would-You">Poem-Would You</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Would you call me on the phone
 
if you knew I was alone?
 
You don't have to it's alright
 
I've been alone, before</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-It-Hurts" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="-It Hurts" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4264751_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-It-Hurts">-It Hurts</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">It Hurts  
 I am not going to hide 
 or run away 
 Untill I clear my mind 
 This is where I will stay 
 It hurts to much to hold inside 
 I 've got to rid this pain of mine 
 so please bear with me 
...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-I-Wish" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="I Wish-Poem" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4264514_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-I-Wish">I Wish-Poem</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">I wish that it would rain
 
and i wish that it would snow
 
because I'am so glad that you came
 
and I hate to see you go.</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Dreaming-Of-You-part-two" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Dreaming Of You (part two)" style="height:150px;margin-left:-36px" src="https://usercontent1.hubstatic.com/4264428_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Dreaming-Of-You-part-two">Poem-Dreaming Of You (part two)</a></h3><p class="meta"> <span class="timestamp">11 years ago</span></p><p class="summary">&nbsp;          Dreaming Of You          Dream it's true, what else can you do          but that does not mean, I cant dream with you.          Maybe it's true, what were doing is not right.          but, it's...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Dreaming-Of-You-part-one" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Dreaming Of You (part one)" 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>0</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://hubpages.com/literature/Dreaming-Of-You-part-one">Dreaming Of You (part one)</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Dreaming Of You 
 Waiting for your phone call 
 I'm feeling like a fool 
 I'm burning up, burning up 
 with a fever only you can cool. 
 I'm only just a dreamer 
 It's the little things you do 
 nothing makes...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/I-Sit-I-Wonder" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poetry-A Poem I Sit I Wonder" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4264337_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/I-Sit-I-Wonder">Poetry-A Poem I Sit I Wonder</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">I Sit I Wonder 
 I sit here hoping endlessly 
 for you to somehow notice me 
 I just can't keep crying 
 my body is slowly dying. 
 My mind just don't know what to do 
 my heart is so in love with you. 
 I am...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/I-Dont-Know-If-I-Told-You" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="I Don't Know If I Told You" style="height:150px;margin-left:-29px" src="https://usercontent1.hubstatic.com/4264296_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/I-Dont-Know-If-I-Told-You">I Don't Know If I Told You</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">I Don't Know If I told You
 
I don't know if I've told you
 
how much i want to hold you
 
or how much I want to be with you
 
and everything I want to see with you.
 
I don't know if I've....</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Blinded-By-Confusion" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Blinded By Confusion" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4263764_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Blinded-By-Confusion">Poem-Blinded By Confusion</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">I feel that you are near me
 
but then you just don't seem to hear me.
 
I can see an illusion
 
but it's all mixed up and</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Different-Feelings" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Different Feelings" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4263714_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Different-Feelings">Poem-Different Feelings</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">How can you sit here and tell me 

you want to hold my hand
 
when your eyes can't see what mine see</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Confused-Again" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Confused Again" style="height:150px;margin-left:-51px" src="https://usercontent2.hubstatic.com/4263677_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Confused-Again">Confused Again</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">In the past, i have found
 
I am only lonely, when your not around
 
my mind has some confusion
 
of whether i am winning or</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Be-Patient" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Be Patient" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4263627_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Be-Patient">Poem-Be Patient</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">The first time is always the best
 
thats when your heart is given a test.
 
It feels so great, like your in love
 
as if a miracle</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Lonely" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="-Lonely" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4263557_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Lonely">-Lonely</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">LONELY 
 　 
 COME SIT WITH ME 
 TAKE OVER THE WORLD 
 AROUND MY FINGER 
 I'LL TWIST A CURL. 
 DON'T LISTEN-TO ALL THE THINGS I SAY 
 MY THOUGHTS ARE JADED ANYWAY. 
 COME HANG WITH ME 
 TAKE A DRINK FROM THE...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Looking-For-Something" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Looking For Something" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4263514_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Looking-For-Something">Poem-Looking For Something</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">I am looking for something
 
I can't find anywhere
 
I am looking for love
 
along with clean air
 
I am looking for something
 
I need some..</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/IN2Deep-Longing" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="IN2Deep Longing" style="height:150px;margin-left:-35px" src="https://usercontent2.hubstatic.com/4263485_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/IN2Deep-Longing">IN2Deep Longing</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">It seems so long ago
 
since I have seen your eyes
 
but not so long....</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/literature/Its-Gone" 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/MTc5ODI1MDc0OTE0NzMxNjMx/its-gone.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc5ODI1MDc0OTE0NzMxNjMx/its-gone.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc5ODI1MDc0OTE0NzMxNjMx/its-gone.jpg" data-ratio="1.7098703888335" data-width="1003" data-height="1715" alt="Poem-It's Gone" title="Poem-It's Gone"/>
</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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/literature/Its-Gone">Poem-It's Gone</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">IT'S GONE
 
MY FRIEND
 
IT WENT WITH YOU
 
ALL THE SMILES
 
THE LAUGHTER TOO</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Let-Me" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Let Me" style="height:150px;margin-left:-36px" src="https://usercontent1.hubstatic.com/4263396_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Let-Me">Poem-Let Me</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Let me feel your sorrow
 
today and forever tommarrow
 
If i can, I will stop the rain
 
because I know it makes you lonely to</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Wonderful-Place" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Wonderful Place" style="height:150px;margin-left:-36px" src="https://usercontent2.hubstatic.com/4263363_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Wonderful-Place">Poem-Wonderful Place</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">The skies hold all the answers
 
to the pains beneath our feet
 
The ground holds all the beauty
 
which makes</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Wonderful-Dream" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Wonderful Dream" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4263248_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Wonderful-Dream">Poem-Wonderful Dream</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">A wish for happiness
 
what a wonderful dream
 
what a great experience
 
it would be to be seen
 
The sun began</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/When-I-am-Alone" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="When I am Alone" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4263200_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/When-I-am-Alone">When I am Alone</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">&nbsp;     When I am Alone     Sometimes when I am alone     I just lay by the phone     wondering if you'll call     or if your thinking of me at all.     Your number runs through my head     while I am lying on...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/No-Good" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-No Good" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4263164_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/No-Good">Poem-No Good</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">No Good 
 I am just no good for you 
 you don't know, what i am going through 
 you want things,but just your way 
 so you won't listen,to what i have to say. 
 You want to thrill me with all your charms 
...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-No-More" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="-No More" style="width:150px;margin-top:-30px" src="https://usercontent1.hubstatic.com/4263096_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-No-More">-No More</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">No more can i hide 
 my feelings that grow inside 
 although there are rules i must abide 
 tears are just to often cried. 
 No more will my blue skies be gray 
 my mind can't handle things this way 
 I have...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-No-Escape" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="-No Escape" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4263018_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-No-Escape">-No Escape</a></h3><p class="meta"> <span class="timestamp">8 years ago</span></p><p class="summary">WHERE DO I START
 
What do I say
 
how did I let
 
things get...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Really-In-Love" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Really In Love-A Poem" style="height:150px;margin-left:-47px" src="https://usercontent2.hubstatic.com/4262905_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Really-In-Love">Really In Love-A Poem</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Love can be a losing game
 
If you allow the hurting pain
 
that comes along once in a while
 
and tries to take away your smile.
 
Let things go slow</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Passionate-Kisses" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Passionate Kisses" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4262835_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Passionate-Kisses">Passionate Kisses</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">PASSIONATE KISSES 
 　 
 PASSIONATE KISSES 
 THATS WHAT I NEED 
 ALL THE ATTENTION 
 FOR MY HEART BLEEDS. 
 ROMANCE,OH YEAH 
 I NEED THAT TO  
 I CAN'T LIVE WITHOUT IT 
 HOW CAN YOU? 
 VLH 2003   Very Nice...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Beauty-of-The-Night" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Beauty of The Night" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4258921_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Beauty-of-The-Night">Beauty of The Night</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Beauty Of The Night 
 Over by the river 
 they are putting on a show 
 but all my eyes see 
 are the flowers that grow 
 Down in the fields 
 somethings falling on the ground 
 but all my eyes see 
 is the...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/IN2Deep-Reaching" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="IN2Deep-Reaching" style="width:150px;margin-top:-8px" src="https://usercontent1.hubstatic.com/4253576_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/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/IN2Deep-Reaching">IN2Deep-Reaching</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">I don't seem to get it,
 
the way things should be.
 
If I'm happy for you,
 
could you be happy for me?
 
Sometimes things just seem,
 
so perfectly wrong....</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/IN2Deep-Hole-In-My-Heart" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="IN2Deep-Hole In My Heart" style="width:150px;margin-top:-2px" src="https://usercontent2.hubstatic.com/4253547_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/IN2Deep-Hole-In-My-Heart">IN2Deep-Hole In My Heart</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">The clouds all seem so grey today.
 
The sun nowhere to be found.
 
I'm sad, I am lonely, Iam feeling so</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/IN2Deep-Waiting" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="IN2Deep-Waiting" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4253502_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/IN2Deep-Waiting">IN2Deep-Waiting</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">I feel like I am waiting
 
for all of this to end
 
just so I could start
 
all over again.</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/IN2Deep-Night-Before-Heaven" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Night Before Heaven" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4253462_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/IN2Deep-Night-Before-Heaven">Poem-Night Before Heaven</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">It was the night before heaven
 
and all through my mind
 
surrounded by family
 
and others so kind.
 
The lights were so bright
 
not blinding you see
 
glorious lights shining
 
just welcoming me....</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/IN2Deep-Cant-Imagine" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="IN2Deep-Can't Imagine" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4253416_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/IN2Deep-Cant-Imagine">IN2Deep-Can't Imagine</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Could not imagine if he knew
 
of all the time i've spent with you.
 
Doing nothing,just hanging out
 
wondering what it was all about.
 
Can't imagine all this</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/IN2Deep-A-Vision" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="IN2Deep-A Vision" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4253359_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/IN2Deep-A-Vision">IN2Deep-A Vision</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">I'm following a dream
 
just a vision in my head
 
Something I have never seen
 
from nothing i have.......</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/holidays/How-To-Make-a-Friendship-Bag" 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/MTc2MjYzOTIzOTg3NjUzODIy/how-to-make-a-friendship-bag.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MjYzOTIzOTg3NjUzODIy/how-to-make-a-friendship-bag.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2MjYzOTIzOTg3NjUzODIy/how-to-make-a-friendship-bag.jpg" data-ratio="0.75" data-width="3264" data-height="2448" alt="How To Make Your  Friendship Bag With or For A friend -fill with contents-Friends-Gifts to Make-Friends" title="How To Make Your  Friendship Bag With or For A friend -fill with contents-Friends-Gifts to Make-Friends"/>
</picture></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/">Holidays and Celebrations</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/holidays/How-To-Make-a-Friendship-Bag">How To Make Your  Friendship Bag With or For A friend -fill with contents-Friends-Gifts to Make-Friends</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">How To Make A Friendship Bag 
 First find a bag- cloth bags look pretty ,you can find them at your local 
 craft store. Then gather all of the items listed.You will need one of each 
 item. You can find life...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-I-Tried" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="I Tried -Poem" style="width:150px;margin-top:-53px" src="https://usercontent1.hubstatic.com/4237474_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-I-Tried">I Tried -Poem</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">I TRIED 
 　 
 I TRIED TO COLOR YOUR WORLD 
 BUT,YOU JUST WOULDN'T LET ME 
 I TRIED</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Unnapprieciated" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem- Unnapprieciated" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4237409_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Unnapprieciated">Poem- Unnapprieciated</a></h3><p class="meta"> <span class="timestamp">11 years ago</span></p><p class="summary">I use to try to tell you
 
every thought i had
 
it seemed as if you listened
 
but,did you ever hear?
 
so many things
 
i want you to</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Please-Help-Me-Understand" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="God Please Help Me Understand- Poem" style="width:150px;margin-top:-30px" src="https://usercontent1.hubstatic.com/4237284_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Please-Help-Me-Understand">God Please Help Me Understand- Poem</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Please Help Me Understand 
 Oh God,please help me understand 
 just make me understand 
 The hurt the anger 
 the rage in my heart 
 the words i said,unplanned. 
 I'd take them back if i could 
 but, would it...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Sound-Of-Your-Voice" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poems-Sound Of Your Voice" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4237220_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Sound-Of-Your-Voice">Poems-Sound Of Your Voice</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">The sound of your voice
 
rings through my head 

&quot;I hate you mom&quot;
 
&quot;I wish you were dead</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Oh-God-My-Child-Is-Crying" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Oh God My Child Is Crying" style="height:150px;margin-left:-44px" src="https://usercontent1.hubstatic.com/4237158_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Oh-God-My-Child-Is-Crying">Oh God My Child Is Crying</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Oh God My Child Is Crying             Oh God, my child is crying             and I'm not sure what to do             I feel alone and scared             can I take a walk with you.             Oh God my child...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Can-I-See-You" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Can I See You?" style="width:150px;margin-top:-30px" src="https://usercontent1.hubstatic.com/4232142_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Can-I-See-You">Can I See You?</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">The tears are falling
 
Down my cheek
 
I want to run
 
However, I am</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Dreamer-Of-Dreams" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Dreamer Of Dreams" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4232106_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Dreamer-Of-Dreams">Dreamer Of Dreams</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">A dreamer of dreams
 
Most never come true
 
I spend my time dreaming
 
It is all I can do.
 
I dream of love
 
So warm in my heart
 
A feeling so intense
 
Where do I start?...........</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Little-Rose" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Little Rose" style="height:150px;margin-left:-16px" src="https://usercontent1.hubstatic.com/4232054_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Little-Rose">Poem-Little Rose</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">This little rose
 
So proud and true</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/All-You-Ever-Wanted" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="A Poem-All You Ever Wanted" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4231996_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/All-You-Ever-Wanted">A Poem-All You Ever Wanted</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">I WANTED TO FEEL ALL THE LOVE IN YOUR HEART
 
BUT IT WAS...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Thank-You" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="-Thank You" style="width:150px;margin-top:-30px" src="https://usercontent1.hubstatic.com/4231948_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Thank-You">-Thank You</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">How can I thank you
 
For all that you have done
 
Wasting time away with me
 
Reminding me life can be...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/IN2Deep-Love" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Luv-IN2Deep-Love" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4231926_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/IN2Deep-Love">Luv-IN2Deep-Love</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Love 
 love is pain 
 like you never knew 
 love rips the heart 
 right out of you. 
 love is life  
 but taken away 
 love is a game 
 to tempting not to play. 
 love is special 
 love is sweet 
 don't let...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-jealous" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem- Jealous" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4231781_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-jealous">Poem- Jealous</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">JEALOUS  
 　 
 　 
 Sitting by the water,thinking of you. 
 The sun is shining bright, the whole day is new 
 Jealous am I, jealous of you 
 the freedom that you have, is the freedom I want to 
 I am...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Puddles-Two" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Puddles Two" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4231731_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Puddles-Two">Puddles Two</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">　 
  PUDDLES PUDDLES EVERYWHERE 
 IT RAINED AGAIN TODAY 
 THERES PUDDLES</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/puddles" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="puddles" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4231706_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/puddles">puddles</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">PUDDLES 
 PUDDLES,PUDDLES EVERYWHERE 
 ITS RAINED AGAIN TODAY. 
 SO MANY</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Goodbye-Friend" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Goodbye Friend" style="width:150px;margin-top:-30px" src="https://usercontent2.hubstatic.com/4231471_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Goodbye-Friend">Goodbye Friend</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">GOODBYE FRIEND 
 　 
 I'VE GOT TO GO 
 I CAN'T HOLD ON 
 THE WIND IS WISPERING 
 MY FAVORITE SONG. 
 I'VE GOT TO GO 
 MY DREAMS ARE WAITING 
 I'M NOT SURE WHY 
 I'VE BEEN HESITATING. 
 I'VE GOT TO GO 
 BE ON...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/Hot-Broccoli-and-Cheese-Dip" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Hot Broccoli and Cheese Dip" style="height:150px;margin-left:-44px" src="https://usercontent1.hubstatic.com/4218554_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/food/">Food and Cooking</a></div><h3><a class="title navigation" href="https://hubpages.com/food/Hot-Broccoli-and-Cheese-Dip">Hot Broccoli and Cheese Dip</a></h3><p class="meta"> <span class="timestamp">11 years ago</span></p><p class="summary">Hot Broccoli Cheese Dip  
 3/4 cup butter  
 3 stalks thinly sliced celery 
 1 medium onion chopped 
 1 4 oz can sliced mushrooms,drained 
 3 tablespoons flour 
 1 can 10 1/2 oz campbells condensed cream of...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/food/Cranberry-Punch" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Crock Pot Hot Cranberry Punch" style="height:150px;margin-left:-44px" src="https://usercontent2.hubstatic.com/4218473_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/food/">Food and Cooking</a></div><h3><a class="title navigation" href="https://hubpages.com/food/Cranberry-Punch">Crock Pot Hot Cranberry Punch</a></h3><p class="meta"> <span class="timestamp">8 years ago</span></p><p class="summary">HOT Cranberry Punch 
 Crock-Pot 
 4 cups unsweetend pineapple juice 
 4 cups cranberry juice 
 1/2 cup (packed) brown sugar 
 1 cup water 
 1 teaspoon whole cloves 
 1 cinnamon stick(tied in cheesecloth) 
 1-2...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/living/Distilled-White-Vinegar-For-Cleaning" 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/MTc2MjY5NDMzNjI1Mzg4MjA1/distilled-white-vinegar-for-cleaning.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MjY5NDMzNjI1Mzg4MjA1/distilled-white-vinegar-for-cleaning.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2MjY5NDMzNjI1Mzg4MjA1/distilled-white-vinegar-for-cleaning.jpg" data-ratio="0.75" data-width="3264" data-height="2448" alt="White Vinegar-How To Clean Without Expensive Cleaners-Cleaning" title="White Vinegar-How To Clean Without Expensive Cleaners-Cleaning"/>
</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/living/cleaning/">Cleaning</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/living/Distilled-White-Vinegar-For-Cleaning">White Vinegar-How To Clean Without Expensive Cleaners-Cleaning</a></h3><p class="meta"> <span class="timestamp">5 years ago</span></p><p class="summary">Did you know that all Vinegar starts as alcohol,created through the conversion of carbohydrates to sugar? When alcohol ferments, it becomes acetic acid, or vinegar</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://discover.hubpages.com/literature/-My-Daughter" 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/MTc2MjYxNDE1NDU4MzE3NTAy/-my-daughter.webp 150w">
<source sizes="150px" srcset="https://images.saymedia-content.com/.image/cs_srgb%2Cq_auto%3Agood%2Cc_fill%2Cw_150%2Ch_150/MTc2MjYxNDE1NDU4MzE3NTAy/-my-daughter.jpg 150w">
<img src="https://images.saymedia-content.com/.image/t_share/MTc2MjYxNDE1NDU4MzE3NTAy/-my-daughter.jpg" data-ratio="0.75" data-width="604" data-height="453" alt="Daughter-Poem-My child hates me?" title="Daughter-Poem-My child hates me?"/>
</picture></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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://discover.hubpages.com/literature/-My-Daughter">Daughter-Poem-My child hates me?</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Though i did not expect you, it was never a mistake
 
Sure it was a challenge, one i was willing to take.
 
I thought i was in love i wanted to believe</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Spoil-Me" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Spoil Me" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4209703_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Spoil-Me">Spoil Me</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">IT'S COME TO THAT 
 I'M SUCH A BRAT</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-I-Think" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poetry-I Think" style="width:150px;margin-top:-30px" src="https://usercontent1.hubstatic.com/4209638_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-I-Think">Poetry-I Think</a></h3><p class="meta"> <span class="timestamp">4 years ago</span></p><p class="summary">I Think 
 　 
 I don't think - I think 
 what you think I think 
 when I think my thoughts of you. 
 I think you think the thoughts I think 
 are thoughts you want me to. 
 These things I think-these things i...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/As-We-Fade-Away" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="As We Fade Away" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4527342_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/As-We-Fade-Away">As We Fade Away</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">As We Fade Away 
 As we fade away 
 I close my eyes 
 I'm crying again 
 the tears fill my eyes. 
 As we fade away 
 I turn around 
 My hearts in my throat 
 my heads on the ground. 
 As we fade away 
 I run...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/I-Want-To-Say-I-Love-You" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="I Want To Say I Love You" style="height:150px;margin-left:-4px" src="https://usercontent2.hubstatic.com/4199615_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/I-Want-To-Say-I-Love-You">I Want To Say I Love You</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">I Want To Say I Love You 
 It's not easy to say i love you 
 because you may not feel the same way 
 but i always want to tell you 
 every single day. 
 knowing you may not feel the same 
 makes it harder to...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Running-Away" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="About-Running Away   A Poem" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4199547_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Running-Away">About-Running Away   A Poem</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Running Away 
 To all my family and all my friends 
 I'm sorry this all had to come to an end 
 I was getting to know all of you,all over again 
 and things started looking brighter  
 than they were back then...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/I-Dont-Mind" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="I Don't Mind" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4199475_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/I-Dont-Mind">I Don't Mind</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">I Don't Mind 
 I don't mind being alone 
 when you call me on the phone 
 and i don't mind a little fear 
 as long as i know your near 
 I don't mind waiting for you 
 because i love the things we do 
 and i...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-My-Father" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-My Father" style="width:150px;margin-top:-30px" src="https://usercontent2.hubstatic.com/4199393_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-My-Father">Poem-My Father</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">You are my father the only one
 
who has ever helped me to get things done
 
and though things are not the same today
 
I miss you more</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Attached" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="-Attached" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4199317_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Attached">-Attached</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Attached 
 I can't close my eyes 
 and not see you 
 i can't disguise 
 if my feelings are true 
 When you hold me close and tight 
 you make everything seem so right 
 Yet there is something deep inside 
...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/_You" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem - You" style="width:150px;margin-top:-30px" src="https://usercontent2.hubstatic.com/4199243_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/_You">Poem - You</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">You 
 I've had nothing to do 
 except think of you 
 you are always on my mind 
 time for you is not hard to find. 
 My life with you i want to share 
 to understand love and care. 
 You've shown me your looks...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Affair-Of-The-Heart" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Affair Of The Heart" style="width:150px;margin-top:-53px" src="https://usercontent1.hubstatic.com/4199214_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Affair-Of-The-Heart">Affair Of The Heart</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Affair Of The Heart 
 Though it seems right now i just don't care 
 There's alot on my mind- somethings i can't share 
 When I'm feeling upset and I'm feeling blue 
 I feel so alone, because i can't call you....</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-For-You" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-For- You" style="width:150px;margin-top:-88px" src="https://usercontent2.hubstatic.com/4199161_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-For-You">Poem-For- You</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">You know you are the only
 
who keeps me from being lonely
 
before you came along
 
it seemed everything went wrong.
 
But now that you</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Two-People" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-Two People" style="height:150px;margin-left:-29px" src="https://usercontent1.hubstatic.com/4199098_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Two-People">Poem-Two People</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Like a rose two people
 
can grow happy together
 
Like a beautiful dream two people 

could get along great.
 
Like a log floating in a lonely</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/On-Top-Of-The-World" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-On Top Of The World" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4552395_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/On-Top-Of-The-World">Poem-On Top Of The World</a></h3><p class="meta"> <span class="timestamp">11 years ago</span></p><p class="summary">On Top Of the World  
 Im on the top just looking down 
 I can see the whole world 
 every little town. 
 It's christmas time 
 or that's what they say 
 then why is it i feel this way? 
 So cold and damp, i...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-A-Smile" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-A Smile" style="width:150px;margin-top:-44px" src="https://usercontent1.hubstatic.com/4192478_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-A-Smile">Poem-A Smile</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">A smile can help the day breeze by
 
i don't know how, i don't know why
 
but it sure does make</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Im-Feeling-What-Your-Feeling" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="I'm Feeling What Your Feeling" style="height:150px;margin-left:-62px" src="https://usercontent1.hubstatic.com/4192234_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Im-Feeling-What-Your-Feeling">I'm Feeling What Your Feeling</a></h3><p class="meta"> <span class="timestamp">13 years ago</span></p><p class="summary">I'm Feeling What your feeling 
 I'm feeling what your feeling 
 but only in my heart  
 I can't see any flame 
 but i thought there was a spark. 
 I'm feeling what your feeling 
 but, do you know what i need?...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Im-Sorry" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-I'm Sorry" style="height:150px;margin-left:-25px" src="https://usercontent1.hubstatic.com/4192166_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Im-Sorry">Poem-I'm Sorry</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">You touched me-
 
I'm sorry
 
it was only in my head.
 
Maybe all I've shared with you
 
should never of been said</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-The-Heart" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="The Heart-Poem" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4192063_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-The-Heart">The Heart-Poem</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">Hold onto your heart
 
and feel the warmth it brings
 
Listen to your heart
 
and hear the song</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/The-Only-One-For-Me" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Poem-The Only One For Me" style="width:150px;margin-top:-53px" src="https://usercontent1.hubstatic.com/4191992_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/The-Only-One-For-Me">Poem-The Only One For Me</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">When i first seen your eyes
 
it was then i realized
 
you were going to be 

the only one for me
 
So i set my mind on loving you...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/-Precious-Moments" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="-Precious moments" style="width:150px;margin-top:-53px" src="https://usercontent2.hubstatic.com/4191955_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/literature/poems-and-poetry/">Inspirational Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/-Precious-Moments">-Precious moments</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Our precious moments together 
 i will always treasure 
 just being with you brings me pleasure 
 It does not matter if you write me 
 your feelings i understand 
 i feel the way you feel for me 
 that's why i...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Will-Always-Love-you" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="I Will Always Love you -Poem" style="height:150px;margin-left:-44px" src="https://usercontent1.hubstatic.com/4188260_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Will-Always-Love-you">I Will Always Love you -Poem</a></h3><p class="meta"> <span class="timestamp">14 years ago</span></p><p class="summary">I will always love you 
 I can't say i've never loved you 
 or that i have never missed your touch 
 I cant say i have never thought of you 
 you have been on my mind so much 
 So many times i have wanted to...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Please-Dont-Feel-My-Sorrow" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Please Don't Feel My Sorrow" style="height:150px;margin-left:-6px" src="https://usercontent1.hubstatic.com/4382216_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Please-Dont-Feel-My-Sorrow">Please Don't Feel My Sorrow</a></h3><p class="meta"> <span class="timestamp">15 years ago</span></p><p class="summary">Please don't feel my sorrow
 
and don't understand my pain
 
you will only make me love you..then walk...</p></li>
<li style="min-height:150px" class=""><div class="card"><a class="obj_image" href="https://hubpages.com/literature/Cry-For-Freedom" tabindex="-1"><div style="width:150px;height:150px" class="thumbphoto"><img alt="Cry for Freedom" style="height:150px;margin-left:-25px" src="https://usercontent2.hubstatic.com/4187875_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/literature/poems-and-poetry/">Poems &amp; Poetry</a></div><h3><a class="title navigation" href="https://hubpages.com/literature/Cry-For-Freedom">Cry for Freedom</a></h3><p class="meta"> <span class="timestamp">4 years ago</span></p><p class="summary">I've got to be me
 
and I've got to be free
 
Somehow I've got to let you know
 
Somehow you've got to let</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: 1575842 }, 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: 1575842 }, 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 Thu, 21 May 26 22:24:14 -0700 -->
<!-- uncategorized hpads-ourshare -->
<!-- served from cache Thu, 21 May 26 23:16:09 -0700 -->
