<!DOCTYPE html>



<!--[if IE 6]>



<html id="ie6" lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/">



<![endif]-->



<!--[if IE 7]>



<html id="ie7" lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/">



<![endif]-->



<!--[if IE 8]>



<html id="ie8" lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/">



<![endif]-->



<!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->



<html lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/" style="overflow: auto;">



<!--<![endif]-->



<head>



<meta charset="UTF-8" />



<meta name="viewport" content="width=device-width" />



<meta property="fb:app_id" content="407470922735028"/>



<title>People Unlimited - A Community of People Living Physical Immortality</title>



<link href='http://fonts.googleapis.com/css?family=Rosario:400,400italic' rel='stylesheet' type='text/css'>



<link href='http://fonts.googleapis.com/css?family=Philosopher' rel='stylesheet' type='text/css'>



<link rel="profile" href="http://gmpg.org/xfn/11" />



<link rel="stylesheet" type="text/css" media="all" href="http://www.peopleunlimitedinc.com/wp-content/themes/puitheme/style-home.css" />



<link rel="pingback" href="http://www.peopleunlimitedinc.com/xmlrpc.php" />







<link rel="stylesheet" type="text/css" media="all" href="http://www.peopleunlimitedinc.com/wp-content/themes/puitheme/supplementary-styles.css" />    







<meta name="keywords" content=



"People Unlimited, Jim Strole, Bernadeane, Charles Paul Brown, James Strole, physical immortality" />



<meta name="rating" content="General" />



<meta name="MS.LOCALE" content="EN-US" />



<meta name="CATEGORY" content="home page" />



<meta name="robots" content="index,follow" />



<meta name="URL" content="http://www.peopleunlimitedinc.com" />



<meta name="revisit-after" content="15 days" />









<script src="http://code.jquery.com/jquery-1.4.2.min.js" type="text/javascript" charset="utf-8"></script>







<script type='text/javascript' src='http://www.peopleunlimitedinc.com/wp-content/themes/puitheme/js/jquery.lightbox_me.js'></script>







<script type="text/javascript" charset="utf-8">



        $(function() {



            function launch() {



                 $('#sign_up').lightbox_me({centered: false, onLoad: function() { $('#sign_up').find('input:first').focus()}});



            }



            



            $('#try-1').click(function(e) {



                $("#sign_up").lightbox_me({centered: false, onLoad: function() {



					$("#sign_up").find("input:first").focus();



				}});



				



                e.preventDefault();



            });



            



            



            $('table tr:nth-child(even)').addClass('stripe');



        });



    </script>



    <script type="text/javascript" charset="utf-8">



        $(function() {



            function launch() {



                 $('#sign_up2').lightbox_me({centered: false, onLoad: function() { $('#sign_up2').find('input:first').focus()}});



            }



            



            $('#try-2').click(function(e) {



                $("#sign_up2").lightbox_me({centered: false, onLoad: function() {



					$("#sign_up").find("input:first").focus();



				}});



				



                e.preventDefault();



            });



            



            



            $('table tr:nth-child(even)').addClass('stripe');



        });



    </script>























<script type="text/javascript">







jQuery(function(){



     $("#fb-swap").mouseover(



          function(){



		$(this).css("background","url(https://www.peopleunlimitedinc.com/wp-content/themes/puitheme/images/icons/Facebook-color.png) top left no-repeat"), $("div#social-fb").css("font-weight","bold");;



  });



})







</script>







<script type="text/javascript">







jQuery(function(){



     $("#fb-swap").mouseout(



          function(){



		$(this).css("background","url(https://www.peopleunlimitedinc.com/wp-content/themes/puitheme/images/icons/Facebook-grey.png) top left no-repeat"), $("div#social-fb").css("font-weight","normal");;



  });



})







</script>







<script type="text/javascript">







jQuery(function(){



     $("#twit-swap").mouseover(



          function(){



		$(this).css("background","url(https://www.peopleunlimitedinc.com/wp-content/themes/puitheme/images/icons/Tweeter-color.png) top left no-repeat"), $("div#social-tw").css("font-weight","bold");;



  });



})







</script>











<script type="text/javascript">







jQuery(function(){



     $("#twit-swap").mouseout(



          function(){



		$(this).css("background","url(https://www.peopleunlimitedinc.com/wp-content/themes/puitheme/images/icons/Tweeter-grey.png) top left no-repeat"), $("div#social-tw").css("font-weight","normal");;



  });



})







</script>







<script type="text/javascript">







jQuery(function(){



     $("#li-swap").mouseover(



          function(){



		$(this).css("background","url(https://www.peopleunlimitedinc.com/wp-content/themes/puitheme/images/icons/youtube-color.png) top left no-repeat"), $("div#social-li").css("font-weight","bold");;



  });



})







</script>







<script type="text/javascript">







jQuery(function(){



     $("#li-swap").mouseout(



          function(){



		$(this).css("background","url(https://www.peopleunlimitedinc.com/wp-content/themes/puitheme/images/icons/youtube-grey.png) top left no-repeat"), $("div#social-li").css("font-weight","normal");;



  });



})







</script>







<script type="text/javascript">







jQuery(function(){



     $("#lu-swap").mouseover(



          function(){



		$(this).css("background","url(https://www.peopleunlimitedinc.com/wp-content/themes/puitheme/images/icons/Like-us-color.png) top left no-repeat"), $("div#social-lu").css("font-weight","bold");;



  });



})







</script>







<script type="text/javascript">







jQuery(function(){



     $("#lu-swap").mouseout(



          function(){



		$(this).css("background","url(https://www.peopleunlimitedinc.com/wp-content/themes/puitheme/images/icons/Like-us-grey.png) top left no-repeat"), $("div#social-lu").css("font-weight","normal");;



  });



})







</script>







    



<script type="text/javascript" charset="utf-8">    



$(function() {



	$(document).on('focusin', '.field, textarea', function() {



		if(this.title==this.value) {



			this.value = '';



		}



	}).on('focusout', '.field, textarea', function(){



		if(this.value=='') {



			this.value = this.title;



		}



	});







	$(document).on('click', '.submit-button', function(){



		



		var emmail = $("#email").val();



		



		var affid =  $("#aff").val();



		



		



			$('.step-1').hide();



			$('.step-2').fadeIn(800);



			//alert(emmail);



			



			//UpdateRecord(emmail,affid);



			



			return false;



		



	});



});



</script>







<style type="text/css">







#menu-item-84 {



	



	margin-left: 0px;



	background: url(https://www.peopleunlimitedinc.com/wp-content/themes/puitheme/images/bernie-and-jim-frame.png);



	width: 150px;



	height: 150px;



	



}







#menu-item-84 a {



	



	margin-top: 69px;



	margin-left: 13px;



	



}







#menu-item-83 {



	



	margin-left: 0px;



	background: url(https://www.peopleunlimitedinc.com/wp-content/themes/puitheme/images/bernie-and-jim-frame.png);



	width: 150px;



	height: 150px;



	



}







#menu-item-83 a {



	



	margin-top: 69px;



	margin-left: 21px;



	



}







#menu-item-82 {



	



	margin-left: 0px;



	background: url(https://www.peopleunlimitedinc.com/wp-content/themes/puitheme/images/bernie-and-jim-frame.png);



	width: 150px;



	height: 150px;



	

}







#menu-item-82 a {



	



	margin-top: 69px;



	margin-left: 35px;



	



}







#access {



	background: none;



	margin-top: -75px;



	-webkit-box-shadow: none;



-moz-box-shadow: none;



box-shadow: none;



	



}







#access div {







margin-right: 0px;



}







#access a {



	color: #000;



	line-height: 15px;



}







.secondmenu {



	margin-top: 86px;



	border-right: solid black 1px;



}







.secondmenu-90 {



	margin-top: 86px;



	border-left: solid black 1px;







}







.puc {



	text-align: center;



	/* width: 90px; */



	border-right: none;



	



}







.lib {



	margin-left:78px;



}







.mb {



	text-align: center;



	width: 90px;



	border-right: none;



	



}















.singular #primary {



margin-top: -104px;



padding-top: 30px;



}







#access li:hover > a, #access ul ul :hover > a, #access a:focus {



background: none;



}



  #sign_up2 {



        -moz-border-radius: 6px;



        background: #fff;



        -webkit-border-radius: 6px;



        border: 1px solid #536376;



        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;



        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;



        padding: 14px 22px;



        width: 420px;



        position: absolute;



        display: none;



	    z-index: 1000000;



    }



  #sign_up {



        -moz-border-radius: 6px;



        background: #fff;



        -webkit-border-radius: 6px;



        border: 1px solid #536376;



        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;



        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;



        padding: 14px 22px;



        width: 420px;



        position: absolute;



        display: none;



	    z-index: 1000000;



    }



    #sign_up #sign_up_form {



        margin-top: 13px;



    }



    #sign_up label {



        display: block;



        margin-bottom: 10px; 



        color: #536376;



        font-size: .9em;



    }



  



    #sign_up label input {



        display: block;



        width: 393px;



        height: 31px;



        background-position: -201px 0;



        padding: 2px 8px;



        font-size: 1.2em;



        line-height: 31px;



    }



	



	



#frontpage {



	



	clear: both;



	/* margin-top:-18px; */







}







   #close_x { 



width: 24px;



height: 23px;



overflow: hidden;



line-height: 1000px;



display: block;



position: absolute;



top: 5px;



right: 5px;



background: url(https://www.peopleunlimitedinc.com/wp-content/themes/puitheme/images/close.png) no-repeat;



  }











.step-2 { display: none; }







</style>











<script language="JavaScript" type="text/javascript">



<!--



//v1.7



// Flash Player Version Detection



// Detect Client Browser type



// Copyright 2005-2008 Adobe Systems Incorporated.  All rights reserved.



var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;



var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;



var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;



function ControlVersion()



{



	var version;



	var axo;



	var e;



	// NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't in the registry



	try {



		// version will be set for 7.X or greater players



		axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");



		version = axo.GetVariable("$version");



	} catch (e) {



	}



	if (!version)



	{



		try {



			// version will be set for 6.X players only



			axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");



			



			// installed player is some revision of 6.0



			// GetVariable("$version") crashes for versions 6.0.22 through 6.0.29,



			// so we have to be careful. 



			



			// default to the first public version



			version = "WIN 6,0,21,0";



			// throws if AllowScripAccess does not exist (introduced in 6.0r47)		



			axo.AllowScriptAccess = "always";



			// safe to call for 6.0r47 or greater



			version = axo.GetVariable("$version");



		} catch (e) {



		}



	}



	if (!version)



	{



		try {



			// version will be set for 4.X or 5.X player



			axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");



			version = axo.GetVariable("$version");



		} catch (e) {



		}



	}



	if (!version)



	{



		try {



			// version will be set for 3.X player



			axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");



			version = "WIN 3,0,18,0";



		} catch (e) {



		}



	}



	if (!version)



	{



		try {



			// version will be set for 2.X player



			axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");



			version = "WIN 2,0,0,11";



		} catch (e) {



			version = -1;



		}



	}



	



	return version;



}



// JavaScript helper required to detect Flash Player PlugIn version information



function GetSwfVer(){



	// NS/Opera version >= 3 check for Flash plugin in plugin array



	var flashVer = -1;



	



	if (navigator.plugins != null && navigator.plugins.length > 0) {



		if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {



			var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";



			var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;



			var descArray = flashDescription.split(" ");



			var tempArrayMajor = descArray[2].split(".");			



			var versionMajor = tempArrayMajor[0];



			var versionMinor = tempArrayMajor[1];



			var versionRevision = descArray[3];



			if (versionRevision == "") {



				versionRevision = descArray[4];



			}



			if (versionRevision[0] == "d") {



				versionRevision = versionRevision.substring(1);



			} else if (versionRevision[0] == "r") {



				versionRevision = versionRevision.substring(1);



				if (versionRevision.indexOf("d") > 0) {



					versionRevision = versionRevision.substring(0, versionRevision.indexOf("d"));



				}



			}



			var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;



		}



	}



	// MSN/WebTV 2.6 supports Flash 4



	else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;



	// WebTV 2.5 supports Flash 3



	else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;



	// older WebTV supports Flash 2



	else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;



	else if ( isIE && isWin && !isOpera ) {



		flashVer = ControlVersion();



	}	



	return flashVer;



}



// When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available



function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)



{



	versionStr = GetSwfVer();



	if (versionStr == -1 ) {



		return false;



	} else if (versionStr != 0) {



		if(isIE && isWin && !isOpera) {



			// Given "WIN 2,0,0,11"



			tempArray         = versionStr.split(" "); 	// ["WIN", "2,0,0,11"]



			tempString        = tempArray[1];			// "2,0,0,11"



			versionArray      = tempString.split(",");	// ['2', '0', '0', '11']



		} else {



			versionArray      = versionStr.split(".");



		}



		var versionMajor      = versionArray[0];



		var versionMinor      = versionArray[1];



		var versionRevision   = versionArray[2];



        	// is the major.revision >= requested major.revision AND the minor version >= requested minor



		if (versionMajor > parseFloat(reqMajorVer)) {



			return true;



		} else if (versionMajor == parseFloat(reqMajorVer)) {



			if (versionMinor > parseFloat(reqMinorVer))



				return true;



			else if (versionMinor == parseFloat(reqMinorVer)) {



				if (versionRevision >= parseFloat(reqRevision))



					return true;



			}



		}



		return false;



	}



}



function AC_AddExtension(src, ext)



{



  if (src.indexOf('?') != -1)



    return src.replace(/\?/, ext+'?'); 



  else



    return src + ext;



}



function AC_Generateobj(objAttrs, params, embedAttrs) 



{ 



  var str = '';



  if (isIE && isWin && !isOpera)



  {



    str += '<object ';



    for (var i in objAttrs)



    {



      str += i + '="' + objAttrs[i] + '" ';



    }



    str += '>';



    for (var i in params)



    {



      str += '<param name="' + i + '" value="' + params[i] + '" /> ';



    }



    str += '</object>';



  }



  else



  {



    str += '<embed ';



    for (var i in embedAttrs)



    {



      str += i + '="' + embedAttrs[i] + '" ';



    }



    str += '> </embed>';



  }



  document.write(str);



}



function AC_FL_RunContent(){



  var ret = 



    AC_GetArgs



    (  arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"



     , "application/x-shockwave-flash"



    );



  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);



}



function AC_SW_RunContent(){



  var ret = 



    AC_GetArgs



    (  arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"



     , null



    );



  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);



}



function AC_GetArgs(args, ext, srcParamName, classid, mimeType){



  var ret = new Object();



  ret.embedAttrs = new Object();



  ret.params = new Object();



  ret.objAttrs = new Object();



  for (var i=0; i < args.length; i=i+2){



    var currArg = args[i].toLowerCase();    



    switch (currArg){	



      case "classid":



        break;



      case "pluginspage":



        ret.embedAttrs[args[i]] = args[i+1];



        break;



      case "src":



      case "movie":	



        args[i+1] = AC_AddExtension(args[i+1], ext);



        ret.embedAttrs["src"] = args[i+1];



        ret.params[srcParamName] = args[i+1];



        break;



      case "onafterupdate":



      case "onbeforeupdate":



      case "onblur":



      case "oncellchange":



      case "onclick":



      case "ondblclick":



      case "ondrag":



      case "ondragend":



      case "ondragenter":



      case "ondragleave":



      case "ondragover":



      case "ondrop":



      case "onfinish":



      case "onfocus":



      case "onhelp":



      case "onmousedown":



      case "onmouseup":



      case "onmouseover":



      case "onmousemove":



      case "onmouseout":



      case "onkeypress":



      case "onkeydown":



      case "onkeyup":



      case "onload":



      case "onlosecapture":



      case "onpropertychange":



      case "onreadystatechange":



      case "onrowsdelete":



      case "onrowenter":



      case "onrowexit":



      case "onrowsinserted":



      case "onstart":



      case "onscroll":



      case "onbeforeeditfocus":



      case "onactivate":



      case "onbeforedeactivate":



      case "ondeactivate":



      case "type":



      case "codebase":



      case "id":



        ret.objAttrs[args[i]] = args[i+1];



        break;



      case "width":



      case "height":



      case "align":



      case "vspace": 



      case "hspace":



      case "class":



      case "title":



      case "accesskey":



      case "name":



      case "tabindex":



        ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];



        break;



      default:



        ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];



    }



  }



  ret.objAttrs["classid"] = classid;



  if (mimeType) ret.embedAttrs["type"] = mimeType;



  return ret;



}



// -->



</script>











<!--[if lt IE 9]>



<script src="http://www.peopleunlimitedinc.com/wp-content/themes/puitheme/js/html5.js" type="text/javascript"></script>



<![endif]-->




<!-- This site is optimized with the Yoast WordPress SEO plugin v1.2.8.7 - http://yoast.com/wordpress/seo/ -->
<meta name="description" content="People Unlimited stands for physical immortality and unlimited life.  We are the largest community in the world (that we know of) living immortality."/>
<link rel="canonical" href="http://www.peopleunlimitedinc.com/" />
<link rel="publisher" href="https://plus.google.com/u/0/b/101125028560301475663/"/>
<meta property='og:locale' content='en_US'/>
<meta property='og:title' content='People Unlimited - A Community of People Living Physical Immortality'/>
<meta property='og:description' content='People Unlimited stands for physical immortality and unlimited life.  We are the largest community in the world (that we know of) living immortality.'/>
<meta property='og:url' content='http://www.peopleunlimitedinc.com/'/>
<meta property='og:site_name' content='People Unlimited Inc'/>
<meta property='og:type' content='article'/>
<meta property='og:image' content='http://www.peopleunlimitedinc.com/wp-content/uploads/2015/04/call-to-action-button.png'/>
<meta property='og:image' content='https://www.peopleunlimitedinc.com/wp-content/uploads/2012/07/WEBSITE-EVENT-300x169.png'/>
<meta property='og:image' content='https://www.peopleunlimitedinc.com/wp-content/uploads/2012/07/Become-a-member-of-300x167.jpg'/>
<meta property='og:image' content='https://www.peopleunlimitedinc.com/wp-content/uploads/2012/07/Coalition-Button-300x169.png'/>
<!-- / Yoast WordPress SEO plugin. -->

<link rel="alternate" type="application/rss+xml" title="People Unlimited Inc &raquo; Feed" href="http://www.peopleunlimitedinc.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="People Unlimited Inc &raquo; Comments Feed" href="http://www.peopleunlimitedinc.com/comments/feed/" />

			<script type="text/javascript">//<![CDATA[
			// Google Analytics for WordPress by Yoast v4.2.5 | http://yoast.com/wordpress/google-analytics/
			var _gaq = _gaq || [];
			_gaq.push(['_setAccount', 'UA-39611456-1']);
							_gaq.push(['_trackPageview']);
			(function () {
				var ga = document.createElement('script');
				ga.type = 'text/javascript';
				ga.async = true;
				ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
				var s = document.getElementsByTagName('script')[0];
				s.parentNode.insertBefore(ga, s);
			})();
			//]]></script>
			
<script>
var MP3jPLAYLISTS = [];
var MP3jPLAYERS = [];
</script>
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"http:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/www.peopleunlimitedinc.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.2.9"}};
			!function(a,b,c){function d(a){var c=b.createElement("canvas"),d=c.getContext&&c.getContext("2d");return d&&d.fillText?(d.textBaseline="top",d.font="600 32px Arial","flag"===a?(d.fillText(String.fromCharCode(55356,56812,55356,56807),0,0),c.toDataURL().length>3e3):(d.fillText(String.fromCharCode(55357,56835),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;c.supports={simple:d("simple"),flag:d("flag")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
<link rel='stylesheet' id='ai1ec_style-css'  href='//www.peopleunlimitedinc.com/wp-content/plugins/all-in-one-event-calendar/cache/80c53f9a_ai1ec_parsed_css.css?ver=2.3.4' type='text/css' media='all' />
<link rel='stylesheet' id='fcbkStylesheet-css'  href='http://www.peopleunlimitedinc.com/wp-content/plugins/facebook-button-plugin/css/style.css?ver=4.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='flexible-frontend-login-css'  href='http://www.peopleunlimitedinc.com/wp-content/plugins/flexible-frontend-login/css/ffl-style.css?ver=4.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='super-rss-reader-css-css'  href='http://www.peopleunlimitedinc.com/wp-content/plugins/super-rss-reader/public/srr-css.css?ver=4.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='woocommerce-layout-css'  href='//www.peopleunlimitedinc.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=2.3.11' type='text/css' media='all' />
<link rel='stylesheet' id='woocommerce-smallscreen-css'  href='//www.peopleunlimitedinc.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=2.3.11' type='text/css' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='woocommerce-general-css'  href='//www.peopleunlimitedinc.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=2.3.11' type='text/css' media='all' />
<link rel='stylesheet' id='mp3-jplayer-css'  href='http://www.peopleunlimitedinc.com/wp-content/plugins/mp3-jplayer/css/dark.css?ver=2.7' type='text/css' media='all' />
<link rel='stylesheet' id='colorbox-css'  href='http://www.peopleunlimitedinc.com/wp-content/plugins/slideshow-gallery/css/colorbox.css?ver=1.3.19' type='text/css' media='all' />
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js?ver=4.2.9'></script>
<script type='text/javascript' src='http://www.peopleunlimitedinc.com/wp-content/plugins/flexible-frontend-login/js/ffl.js?ver=1'></script>
<script type='text/javascript' src='http://www.peopleunlimitedinc.com/wp-content/plugins/super-rss-reader/public/srr-js.js?ver=4.2.9'></script>
<script type='text/javascript' src='http://www.peopleunlimitedinc.com/wp-content/plugins/slideshow-gallery/js/gallery.js?ver=1.0'></script>
<script type='text/javascript' src='http://www.peopleunlimitedinc.com/wp-content/plugins/slideshow-gallery/js/colorbox.js?ver=1.3.19'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.peopleunlimitedinc.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.peopleunlimitedinc.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 4.2.9" />
<meta name="generator" content="WooCommerce 2.3.11" />
<link rel='shortlink' href='http://www.peopleunlimitedinc.com/' />
<link href='http://www.peopleunlimitedinc.com/wp-content/plugins/search-by-category/sbc-style.css' type='text/css' rel='stylesheet' />
<style type="text/css"></style>

<style type="text/css">
.synved-social-resolution-single {
display: inline-block;
}
.synved-social-resolution-normal {
display: inline-block;
}
.synved-social-resolution-hidef {
display: none;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
	.synved-social-resolution-normal {
	display: none;
	}
	.synved-social-resolution-hidef {
	display: inline-block;
	}
}
</style>
<style type="text/css" id="custom-background-css">
body.custom-background { background-image: url('http://www.peopleunlimitedinc.com/wp-content/uploads/2012/08/General-Background.jpg'); background-repeat: repeat-y; background-position: top center; background-attachment: scroll; }
</style>















</head>







<body class="home page page-id-39 page-template page-template-home-page page-template-home-page-php custom-background singular two-column right-sidebar" style="overflow-x: hidden; min-width: 940px;">



<div id="page" class="hfeed">



	



	



	<header id="branding" role="banner">



			<hgroup>



<a href="http://www.peopleunlimitedinc.com/">		



	<div style="position: absolute; top: 32px;  right: 312px; font-style: italic; font-size: 25px; color: #005CA5; background: url(https://www.peopleunlimitedinc.com/wp-content/uploads/2015/07/go-for-your-unlimited-life.png) no-repeat; width: 276px; height: 26px;"></div>



	



	



	



	



	



	<img style='position: absolute; top: -17px; right: 8px; width: 350px;' src='http://www.peopleunlimitedinc.com/wp-content/themes/puitheme/images/people-unlimited-inc-logo.png' alt="People Unlimited Inc. - Go For Your Unlimited Life">



</a>				



				<h1 id="site-title"><span><a href="http://www.peopleunlimitedinc.com/" title="" rel="home"></a></span></h1>



				<h2 id="site-description"></h2>



			</hgroup>



			



			<a href='#' class='try sprited' id='try-1' style='color: #92173b; font-weight: bold; display: none;  '>** YOU'RE INVITED! -> Click here to access today's live streaming with special guests:<br> Zoltan Istvan and Dr. Moss Jackson **</a> 



<a href='#' class='try sprited' id='try-2'><div style="position: absolute;left: 690px;margin-top: 260px; cursor: pointer; display: none;"> <img src='http://www.peopleunlimitedinc.com/wp-content/themes/puitheme/images/play-button.png' alt="People Unlimited Inc Intro Video"> </div> </a>



			


	<!--		<a href="http://www.peopleunlimitedinc.com/">   -->



				


				



				



				



					<img src="http://livingunlimitedmagazine.com/devel/wp-content/uploads/2012/08/Banner-Home-page.png" width="1000" height="287" alt="" />



					



					



					



					



					



	<div style='margin-top: -330px; margin-bottom: 110px;'>				







<script language="JavaScript" type="text/javascript">



	AC_FL_RunContent(



		'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',



		'width', '550',



		'height', '220',



		'src', 'home-first-transparent14',



		'quality', 'high',



		'pluginspage', 'http://www.adobe.com/go/getflashplayer',



		'align', 'middle',



		'play', 'true',



		'loop', 'true',



		'scale', 'showall',



		'wmode', 'transparent',



		'devicefont', 'false',



		'id', 'home-first-transparent14',



		'bgcolor', '#ffffff',



		'name', 'home-first-transparent14',



		'menu', 'true',



		'allowFullScreen', 'false',



		'allowScriptAccess','sameDomain',



		'movie', 'home-first-transparent14',



		'salign', ''



		); //end AC code



</script>



	</div>



<noscript>



	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="550" height="270" id="home-first-transparent14" align="middle">



	<param name="allowScriptAccess" value="sameDomain" />



	<param name="allowFullScreen" value="false" />



	<param name="movie" value="http://www.peopleunlimitedinc.com/home-first-transparent14.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" />	<embed src="http://www.peopleunlimitedinc.com/home-first-transparent14.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="550" height="270" name="home-first-transparent14" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />



	</object>



</noscript>					



					



					



					



				


		



		<!--	</a>  -->



		



		



			






			


				


			






			<nav id="access" role="navigation" style="display: none;">



				<h3 class="assistive-text">Main menu</h3>



				


				<div class="skip-link"><a class="assistive-text" href="#content" title="Skip to primary content">Skip to primary content</a></div>



				<div class="skip-link"><a class="assistive-text" href="#secondary" title="Skip to secondary content">Skip to secondary content</a></div>



				


				


			</nav><!-- #access -->



			



			



			<nav id="access" role="navigation">



				<h3 class="assistive-text">Main menu</h3>



								<div class="skip-link"><a class="assistive-text" href="#content" title="Skip to primary content">Skip to primary content</a></div>



				<div class="skip-link"><a class="assistive-text" href="#secondary" title="Skip to secondary content">Skip to secondary content</a></div>



								<div class="menu-top-navigation-container"><ul id="menu-top-navigation" class="menu">



<li id="menu-item-84" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-84"><a style="margin-top: 62px;



text-align: center;



margin-left: 1px;"  href="http://www.peopleunlimitedinc.com/jimbernie/">JAMES AND BERNADEANE</a></li>





<li id="menu-item-82" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82"><a href="http://www.peopleunlimitedinc.com/events"margin-top: 62px;



text-align: center; margin-left: 1px;>EVENTS</a></li> 



<li id="menu-item-88" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-88 secondmenu"><a href="http://www.peopleunlimitedinc.com/blog">BLOG</a></li>



<li id="menu-item-90" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-90 secondmenu puc"><a href="http://www.peopleunlimitedinc.com/member-features">MEMBERS</a></li>



<li id="menu-item-89" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89 secondmenu-90 mb"><a href="http://www.peopleunlimitedinc.com/store">STORE</a></li>



</ul></div>			</nav><!-- #access -->



			



			



			



			



<div id="sign_up" style="display: none;">



<div id="frontpage">



   



<div id="front-overlap-infographic" >                



     <br>  



     



<div class="steps step-1">   



   <form action="#" method="post">



		<div class="select-holder">



		



        <center>



        



        Sign in for access to live video of the upcoming event:<br><br>



        



        Name: <input type="text"  value="Enter Your Name" class="ead-textbox" name="name" id="name" onClick="this.value='' "> <br>







Email: &nbsp;<input type="text"  value="Enter Your Email" class="ead-textbox" name="email" id="email" onFocus="this.value=''"><br>



        



Location: <input type="text"  value="Enter Your Location" class="ead-textbox" name="location" id="vlocation" onFocus="this.value=''">







		</center>		







					</div>



                    <center><br>



<input type="hidden" name="af" id="aff" value="PUI home page hit">



	<input type="submit" value="Sign in to the Live Stream" class="submit-button"style="font-family: 'SegoeUI-Bold';



font-size: 30px;



color: #212121;



cursor: pointer;



text-shadow: 0 1px #faf562;



letter-spacing: -1px;" />







					</center>



				</form>



<br><br>



<center><a class="close sprited" href="#" style="display:none;  "><small>Click here to close.</small></a> </center>   



    



</div>







 <div class="steps step-2">



            



            <h2 class="pull-up"><b>Thank you for registering and enjoy!</b><br>



            



            To join from your computer or mobile device, click this link or copy



it into your browser:



<strong><a href="https://www.fuzemeeting.com/fuze/30346496/31393790">https://www.fuzemeeting.com/fuze/30346496/31393790</a></strong>



<p style="display:none;"><br><br>



To join the audio, choose one of two methods:



Internet Audio: Simply select the internet audio option after join.



Your Phone: <strong>Call 1(855)346-3893.</strong>.



 If prompted, enter the attendee audio pin number:



 <strong>26752414</strong></p>







<br><br><CENTER><B>Event Meeting times:</B><br>



Friday  Dec 23 -     7.30-10.30pm PST  <br>



Saturday Dec 24 -    11am-4pm PST<br>



Sunday   Dec 25 -    1pm-6pm PST</CENTER>



           



	   <br>



	   To join from a phone:<br>



Toll-Free: +18553463893<br>



Toll: 541159840345<br> If prompted, enter the attendee audio pin number:



 <strong>27424346</strong>



	   



            <br>



	    For information on how to log in to Fuze use the Quick Guides: 



<br>



<a href="http://r20.rs6.net/tn.jsp?e=001K0lqAjsAvUvc1dySVrDESXrLqIiqcgM-7pB5PVyJ5DbqragxKoAPXttakcL-ZxUd2FJ0nu4boX7PfQO4_mB5MXHRraIWajle_Y2xpIoQkY9MrDOvBFsfR8VRLOyKC4U3BSOTZcRdd2FDpXswWvU6PfMKmbUWd162">Fuze Meeting Quick Start Guide: Attending from the PC</a><br>







<a href="http://r20.rs6.net/tn.jsp?e=001K0lqAjsAvUvc1dySVrDESXrLqIiqcgM-7pB5PVyJ5DbqragxKoAPXttakcL-ZxUd2FJ0nu4boX7PfQO4_mB5MXHRraIWajle_Y2xpIoQkY9MrDOvBFsfR8VRLOyKC4U3BSOTZcRdd2FDpXswWvU6PXAvP-ANf7wOVn3v70rBqHk=">Fuze Quick Start Guide: Attending from the Mac Application</a><br>







<a href="http://r20.rs6.net/tn.jsp?e=001K0lqAjsAvUvc1dySVrDESXrLqIiqcgM-7pB5PVyJ5DbqragxKoAPXttakcL-ZxUd2FJ0nu4boX7PfQO4_mB5MXHRraIWajle_Y2xpIoQkY9MrDOvBFsfR8VRLOyKC4U3BSOTZcRdd2HvsQ0CkY9pROKQoUFuK64KxlqA5Kk4kQw=">Fuze Meeting Quick Start Guide: Attending from the Tablet</a><br>







<a href="http://r20.rs6.net/tn.jsp?e=001K0lqAjsAvUvc1dySVrDESXrLqIiqcgM-7pB5PVyJ5DbqragxKoAPXttakcL-ZxUd2FJ0nu4boX7PfQO4_mB5MXHRraIWajle_Y2xpIoQkY9MrDOvBFsfR8VRLOyKC4U3BSOTZcRdd2EkdNWIs-Z6JvNL1FVbEGOJy7Wp01z5wQ8=">Fuze Quick Start Guide: Fuze Join from Mobile</a>



            



              </h2>	   















    



    </div>    



   



</div> 



</div>				



			



<div id="sign_up2" style="display: none;">



<div id="frontpage"><iframe width="560" height="315" src="//www.youtube.com/embed/UBgwTkt7tvk?rel=0" frameborder="0" allowfullscreen></iframe>



   



<center><a class="close sprited" href="#"><small>Click here to close video.</small></a> </center>



   



</div> 



</div>					



			



			



			



	</header><!-- #branding -->











	<div id="main">
















		<div id="primary">
			<div id="content" role="main">

				
					
						<div id="comments">
	
	
	
	
</div><!-- #comments -->

						
		
		
		
				
<div id="home-connect" style="margin-top: 65px;">
		



<br>


<br>


<img src="https://www.peopleunlimitedinc.com/wp-content/uploads/2012/07/WEBSITE-EVENT.png" width="350"</a>
<br>
<a href="http://immortalitycommunity.peopleunlimitedinc.com/"><img src="https://www.peopleunlimitedinc.com/wp-content/uploads/2012/07/Become-a-member-of.jpg" width="350"></a>
<a href="http://www.rlecoalition.com/"><img src="https://www.peopleunlimitedinc.com/wp-content/uploads/2012/07/Coalition-Button-300x169.png" width="350"></a> 		

	
	 
		
	
	
	




</div>
		

	
		<div style="width: 392px; float: left; margin-top: 61px; margin-left: 0px; text-align: justify; padding-right: 50px;"><div class="home-left-text">
<p> </p>
<h1 style="line-height:26px; color:#FC6; font-weight:bold; text-transform:uppercase;">About People Unlimited</h1><p>People Unlimited provides an ongoing program of support, insight and inspiration to empower you to more fully experience and manifest your true unlimited potential.</p>
<p>Directed by James Strole and Bernadeane, People Unlimited fosters a mecca on radical life extension and physical immortality for all those seeking to live an inspired, nourishing, ever-expanding life.</p>

<a href="http://www.peopleunlimitedinc.com/people-unlimited-power-of-togetherness-to-end-death/"><img src="http://www.peopleunlimitedinc.com/wp-content/uploads/2015/04/call-to-action-button.png" width="350"></a>

<p><hr></p>
<a href="http://peopleunlimitedcharities.org/" target="_blank"><img src="https://www.peopleunlimitedinc.com/wp-content/uploads/2016/03/people-unlimited-charities-logo.png"></a><br>
<p></p>
<p>People Unlimited Charities (PUC) is the Non-profit arm of People Unlimited Inc.(PUI). Their founders, James Strole and Bernadeane, have worked within the global community for over 50 years, as specialists in the area of human interaction and development.</p>
<p></p></div>
				
<br>		
		


			</div><!-- #content -->
		</div><!-- #primary -->





	<footer id="colophon" role="contentinfo">
		
	
		

		
    
			
<div id="supplementary" class="three">
		<div id="first" class="widget-area" role="complementary">
		<aside id="text-3" class="widget widget_text"><h3 class="widget-title">CONTACT US</h3>			<div class="textwidget"><img style="float: left; margin-left: -60px;"  src="http://www.peopleunlimitedinc.com/wp-content/uploads/2013/01/people-unlimited-immortality-Emblem-no-shadow-50.png"><div style="">People Unlimited Inc.<br>
McDowell Mountain Business Park<br>
9380 E Bahia Dr, Ste A101<br>
Scottsdale, AZ  85260</div>

<div style="clear: right; "><br>Phone: 480.949.4344<br>
Fax: 480.683.2074<br>
<a style="color: white; text-decoration: underline; font-weight: normal;" href="mailto:welcome@peopleunlimitedinc.com">welcome@peopleunlimitedinc.com</a>
<br><br>
</div>
<a style="color: white; text-decoration: underline; font-weight: normal;" href="http://www.peopleunlimitedinc.com/privacy/" >Privacy and Terms</a>
<br><br>
&copy; 2012-2013 &nbsp; People Unlimited Inc</div>
		</aside>	</div><!-- #first .widget-area -->
	
		<div id="second" class="widget-area" role="complementary">
		<aside id="text-4" class="widget widget_text"><h3 class="widget-title">Our Newsletter</h3>			<div class="textwidget"><!-- BEGIN: Constant Contact Basic Opt-in Email List Form -->
<form name="ccoptin" action="https://visitor.r20.constantcontact.com/d.jsp" target="_blank" method="post" style="margin-bottom:2;">
<input type="hidden" name="llr" value="ezpedwcab">
<input type="hidden" name="m" value="1102400601892">
<input type="hidden" name="p" value="oi">
Enter Your Email To Subscribe: <br>
<input  length=20 style="margin-top: 8px; background-color: #fff !important; color: #000 !important; border: 1px solid #FDF8F8 !important;"  class="footer-opt-text-input" type="email" id="field17341436" name="ea" value="" onfocus="if (this.value == this.defaultValue) {this.value = '';}" onblur="if (this.value == '') {this.value = this.defaultValue;}">
<input style='margin-top: 8px;' type="submit" value="Subscribe" name="go">
</form>Your privacy is very important to us, and we will not spam you or share your email with anyone.  You can unsubscribe at anytime with one click.
<!-- END: Email Newsletters you can trust -->
<a href="http://snurl.com/as4c4" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','http://snurl.com']);" target="_blank" class="safesubscribe" id="safecodedark" style="display: none; margin: 4px 0px 0px; padding: 0px; line-height: 1;  "><img src="http://www.peopleunlimitedinc.com/wp-content/themes/puitheme/images/safesubscribe-light.gif" style="border: 0px; display: inline; " width="168" height="14" alt="SafeSubscribe"></a></div>
		</aside>	</div><!-- #second .widget-area -->
	
		<div id="third" class="widget-area" role="complementary">
		<aside id="text-20" class="widget widget_text">			<div class="textwidget"><h3 style="color: #FC6;font-size:12px;font-weight: 500;letter-spacing: 0.1em;line-height: 1.6em;text-transform: uppercase;">People Unlimited:<br />Around the Web</h3>
<a href="http://www.facebook.com/peopleunlimitedinc" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','http://www.facebook.com']);" target="_blank" style="color:#fff;">People Unlimited On Facebook</a><br />
<a href="http://www.youtube.com/user/peopleunlimitedinc" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','http://www.youtube.com']);" target="_blank" style="color:#fff;">People Unlimited On YouTube</a><br />
<a href="http://www.meetup.com/People-Unlimited-Inc/" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','http://www.meetup.com']);" target="_blank" style="color:#fff;">People Unlimited On Meetup</a><br />
<a href="http://www.yelp.com/biz/people-unlimited-scottsdale-2" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','http://www.yelp.com']);" target="_blank" style="color:#fff;">People Unlimited On Yelp</a><br />
<a href="https://www.linkedin.com/pub/people-unlimited-inc/69/364/8a1" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','http://www.linkedin.com']);" target="_blank" style="color:#fff;">People Unlimited On LinkedIn</a><br />
<a href="https://twitter.com/ImmortalLiving" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','http://twitter.com']);" target="_blank" style="color:#fff;">People Unlimited On Twitter</a><br />
<a href="http://immortalitycommunity.peopleunlimitedinc.com"  target="_blank" style="color:#fff;">People Unlimited Immortality Community</a>
</div>
		</aside>	</div><!-- #third .widget-area -->
	</div><!-- #supplementary -->			
			<div style="text-align: center; line-height:18px;  margin-left: 272px; color: #fff; font-size: 13px;">
				
				
 <span style="border-top: 3px solid #fc6; padding-top:3px;"> 				
<a style="color: #fff;" href="http://www.peopleunlimitedinc.com/" title="People Unlimited Home">Home</a></span> 				&nbsp;	
				
	
<a style="color: #fff;" href="http://www.peopleunlimitedinc.com/jim-and-bernie/" >Jim & Bernie</a>				&nbsp;	

 	
<a style="color: #fff;" href="http://www.peopleunlimitedinc.com/events/" >Events</a>				&nbsp;	

 	
<a style="color: #fff;" href="http://www.peopleunlimitedinc.com/store/" >Store</a>				&nbsp;	

 	
<a style="color: #fff;" href="http://www.peopleunlimitedinc.com/blog/" >Blog</a>				&nbsp;
 
 	
<a style="color: #fff;" href="http://www.peopleunlimitedinc.com/member-features/" >Members</a>				&nbsp;	

</div>


	</footer><!-- #colophon -->
</div><!-- #page -->

<script type='text/javascript' src='http://www.peopleunlimitedinc.com/wp-includes/js/comment-reply.min.js?ver=4.2.9'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","i18n_view_cart":"View Cart","cart_url":"http:\/\/www.peopleunlimitedinc.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type='text/javascript' src='//www.peopleunlimitedinc.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=2.3.11'></script>
<script type='text/javascript' src='//www.peopleunlimitedinc.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.60'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type='text/javascript' src='//www.peopleunlimitedinc.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=2.3.11'></script>
<script type='text/javascript' src='//www.peopleunlimitedinc.com/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.4.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","fragment_name":"wc_fragments"};
/* ]]> */
</script>
<script type='text/javascript' src='//www.peopleunlimitedinc.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=2.3.11'></script>

    
		



	</div><!-- #main -->

</body>
</html>