// JavaScript Document

function testimonials_widget(root) {
	this.root = root;
}

testimonials_widget.prototype.containerHTML = function () {
	var html = "<div style='position: relative; top: -40px;'>"
		html += this.nav_content();
		html += "<div id='" + this.root + "' style='padding-left: 12px; color: #000; padding-bottom: 26px;'></div>";	
		html += "</div>";
	return html;	
}

testimonials_widget.prototype.nav_content = function() {
	
	var nav_bar = "<div style='position: relative; width: 100%; background-color: #000;"
		+ " -moz-opacity:.65; height: 40px; padding: 3px'>";
		nav_bar += "<div style='position: absolute; left: 4%; top: 16px;'><a id='link_1' class='active' onClick='prisoners_controller()'>Prisoners</a></div>";
		nav_bar += "<div style='position: absolute; left: 22%; top: 16px;'><a id='link_2' class='button' onClick='testimonials_controller()'>Visiting Teachers</a></div>";
		nav_bar += "<div style='position: absolute; left: 48%; top: 16px;'><a id='link_3' class='button' onClick='service_providers_controller()'>Service Providers</a></div>";
		nav_bar += "<div style='position: absolute; left: 75%; top: 16px;'><a id='link_4' class='button' onClick='project_artwork_controller()'>Project Artwork</a></div>";
		nav_bar += "</div>";
	return nav_bar;
}

testimonials_widget.prototype.update_prisoners_navigation = function(ext_str) {
	$('sub_navigation').innerHTML = this.prisoners_navigation(ext_str);
}

testimonials_widget.prototype.update_teachers_navigation = function(ext_str) {
	$('sub_navigation').innerHTML = this.teachers_navigation(ext_str);
}

testimonials_widget.prototype.update_providers_navigation = function(ext_str) {
	$('sub_navigation').innerHTML = this.providers_navigation(ext_str);
}


testimonials_widget.prototype.load_html = function() {
	$('content_frame').innerHTML = this.containerHTML();
	$(this.root).innerHTML = this.prisoners_text();
}

testimonials_widget.prototype.show_testimonials = function() {
	$(this.root).innerHTML = "<div id='teacher_text'>" + this.teachers_text() + "</div>" + this.teachers_text_nav();
}
testimonials_widget.prototype.show_providers = function() {
	$(this.root).innerHTML = "<div id='provider_text'>" + this.full_circle_text() + "</div>" + this.providers_text_nav();
}
testimonials_widget.prototype.show_prisoners = function() {
	$(this.root).innerHTML = this.prisoners_text();
}
testimonials_widget.prototype.show_project_artwork = function() {
	$(this.root).innerHTML = this.project_artwork_text();
}
testimonials_widget.prototype.prisoners_text = function() {
	return "<div id='prison_text'>" + this.prisoner_quotes_text() + "</div>" + this.prisoners_text_nav();
}

testimonials_widget.prototype.show_prisoner_A = function() {
	$('prison_text').innerHTML = this.prisoner_A_text();
}
testimonials_widget.prototype.show_prisoner_B = function() {
	$('prison_text').innerHTML = this.prisoner_B_text();
}
testimonials_widget.prototype.show_prisoner_C = function() {
	$('prison_text').innerHTML = this.prisoner_C_text();
}
testimonials_widget.prototype.show_prisoner_D = function() {
	$('prison_text').innerHTML = this.prisoner_D_text();
}



testimonials_widget.prototype.show_provider_A = function() {
	$('provider_text').innerHTML = this.full_circle_text();
}
testimonials_widget.prototype.show_provider_B = function() {
	$('provider_text').innerHTML = this.peace_build_text();
}



testimonials_widget.prototype.show_teacher_A = function() {
	$('teacher_text').innerHTML = this.sarah_powers_text();
}

testimonials_widget.prototype.show_teacher_B = function() {
	$('teacher_text').innerHTML = this.christy_brown_text();
}


testimonials_widget.prototype.prisoners_text_nav = function () {
	return "<p><br /><h4>More Comments</h4><div id='sub_navigation'>" + this.prisoners_navigation() + "</div></p>";
}

testimonials_widget.prototype.teachers_text_nav = function () {
	return "<p><br /><h4>More Comments</h4><div id='sub_navigation'>" + this.teachers_navigation() + "</div></p>";
}

testimonials_widget.prototype.providers_text_nav = function () {
	return "<p><br /><h4>More Letters</h4><div id='sub_navigation'>" + this.providers_navigation() + "</div></p>";
}

testimonials_widget.prototype.providers_navigation = function (ext_string) {
	switch (ext_string) {		
		case "full_circle":
			var links = "<a onClick='provider_B_controller()'>Peace Builders</a>";
			break;		
		case "peace_builder":
			var links = "<a onClick='provider_A_controller()'>Full Circle</a>";
			break;
		default:
			var links = "<a onClick='provider_B_controller()'>Peace Builders</a>";
	}
	return links;
}

testimonials_widget.prototype.teachers_navigation = function (ext_string) {
	switch (ext_string) {		
		case "A":
			var links = "<a onClick='teacher_quotes_controller()'>Quotes</a>";
				links += "<br /><a onClick='teacher_B_controller()'>Christy Brown</a>";
			break;				
		case "B":
			var links = "<a onClick='teacher_quotes_controller()'>Quotes</a>";
				 links += "<br /><a onClick='teacher_A_controller()'>Sarah Powers</a>";
			break;	
		case "quotes":
			var links = "<a onClick='teacher_A_controller()'>Sarah Powers</a>";
				links += "<br /><a onClick='teacher_B_controller()'>Christy Brown</a>";
			break;
		default:
			var links = "<a onClick='teacher_A_controller()'>Sarah Powers</a>";
				links += "<br /><a onClick='teacher_B_controller()'>Christy Brown</a>";
	}
	return links;
}

testimonials_widget.prototype.prisoners_navigation	= function (button) {
	switch (button) {		
		case "A":
			var links = "<a onClick='prisoners_controller()'>Quotes</a><br /><a id='D' onClick='prisoner_D_controller()'>Living Between Breaths</a><br /><a id='B' onClick='prisoner_B_controller()'>'Live' in the Present</a><br /><a id='C' onClick='prisoner_C_controller()'>Insight and Understanding</a>";
			break;		
		case "B":
			var links = "<a onClick='prisoners_controller()'>Quotes</a><br /><a id='A' onClick='prisoner_A_controller()'>Developing Calmness</a><br /><a id='D' onClick='prisoner_D_controller()'>Living Between Breaths</a><br /><a id='C' onClick='prisoner_C_controller()'>Insight and Understanding</a>";
			break;
		case "C":
			var links = "<a onClick='prisoners_controller()'>Quotes</a><br /><a id='A' onClick='prisoner_A_controller()'>Developing Calmness</a><br /><a id='D' onClick='prisoner_D_controller()'>Living Between Breaths</a><br /><a id='B' onClick='prisoner_B_controller()'>'Live' in the Present</a>";
			break;
		case "D":
			var links = "<br /><a onClick='prisoners_controller()'>Quotes</a><br /><a id='A' onClick='prisoner_A_controller()'>Developing Calmness</a><br /><a id='B' onClick='prisoner_B_controller()'>'Live' in the Present</a><br /><a id='C' onClick='prisoner_C_controller()'>Insight and Understanding</a>";
			break;
		default:
			var links = "<a id='A' onClick='prisoner_A_controller()'>Developing Calmness</a><br /><a id='D' onClick='prisoner_D_controller()'>Living Between Breaths</a><br /><a id='B' onClick='prisoner_B_controller()'>'Live' in the Present</a><br /><a id='C' onClick='prisoner_C_controller()'>Insight and Understanding</a>";
	}
	
	return links;
}


testimonials_widget.prototype.prisoner_D_text = function () {
	
	var text_content = "<p><h4>Living Between Breaths</h4>For those of us sentenced to a life term, time is inexorable. Years pass and seem to bring us no closer to release while our bodies succumb to age. We are challenged to draw vitality and meaning from our circumstances.<br /><br />" +
	
	"A king of ancient Israel, Solomon, believed that everything has its perfect time and place. He wrote in Ecclesiastes 3:11, ''He has made everything perfect in its time. He has put eternity in their hearts, except no one can find out the work that God does from beginning to end.''<br /><br />" +

	"Viktor Frankl survived imprisonment in Nazi concentration camps and founded a school of psychodynamics called Logotherapy, which states that 'meaning' is the central idea of human existence. He concluded that, ''it did not really matter what was expected from life, but rather what life expected from us. Our answer must consist, not in talk and meditation but in right action and right conduct. Life ultimately means taking responsibility to find the right answer to its problems and to fulfill the tasks which it constantly sets for each individual.''<br /><br />" +

	"We know that there is very little we can control or change in our environment. Our inability to change our situation challenges us to change ourselves. Freedom is restricted by our conditions. But, we remain free to take a stand toward those conditions. Frankl wrote, ''It is spiritual freedom which cannot be taken away and what makes life meaningful and purposeful.''<br /><br />" +

	"Eternity exists between a single inhalation and exhalation. The Scriptures talk about the power and sanctity of the breath. The verse in Genesis 1:2 that speaks of the 'Spirit of God sweeping over the water' uses the Hebrew word 'rauch,' which is the same word used for life. Job said, ''the Spirit (rauch) of God formed me, the breath (neshama) of Shaddai sustains me.'' Neshama, a word whose root is used to describe breathing or breath, is also used to denote a person's soul or life. Genesis 2:7, describing the creation of man states, ''God blew into his nostrils the breath of life (neshama).''<br /><br />" +

	"Through the wise and masterful instruction of James Fox, a Yoga instructor at San Quentin, I have begun to learn about the power of the breath of life. In Yoga, the vital force, called prana, is cultivated and moved through a series of asanas, physical movements combined with breathing exercises. This practice helps us to live one breath at a time. It is in quietness and stillness that time becomes an ally not a foe. It is in stillness that we begin to realize the things that are important and those things that really do not matter. The truth that everything can change in a single instant becomes apparent.<br /><br />" +

	"Yoga and its emphasis on the power of a single breath promote a respect for life and a profound realization of the destructive force of violence. I have grown to understand that I extinguished the breath of another human being forever and denied him innumerable moments of peace, joy and being.<br /><br />" +

	"We desire stability of the spirit during these times of uncertainty and confusion. Learning to live between breaths, we can take each moment as the path to peace.<br /><br />" +

	" - <b>S.L.</b><br /></p>";
	
	return text_content;
}

testimonials_widget.prototype.prisoner_C_text = function () {
	var text_content = "<p><h4>Insight and Understanding</h4>I feel compelled to share with you the impact that the Hatha Yoga program has had on my life. This program has been an extraordinary experience for me for over 2 1/2 years, every day of my life.<br /><br />"

		+ "The Yoga program has ultimately quieted my thoughts that once dominated my mind, enabling me to experience my full potential and realize my true nature. This is a journey that has had a big impact, which is synergistic in terms of Yoga working together with other practices, allowing me to pursue and accomplish many productive goals that continually provide me with greater insight and understanding.<br /><br />"

		+ "For example, through Yoga, I have learned to appreciate balance, gracefulness, connecting - rather experiencing the union of my energy and easing my suffering towards healing. Yoga for me is not simply once a week for 1 hour and 45 minutes. Yoga is with me always, helping me prosper mentally, spiritually and emotionally. I do the physical asanas 7 days a week, at least 30 minutes a day.<br/><br />"

		+ "With the barrage of negativity in prisons, they are unyielding breeding grounds for intense suffering, chaos, noise, overcrowding, violence, ineffective medical care and poor food. But occasionally, every so often, friendship, kindness, compassion and programs of meaningful substance come along. The Yoga program is a life-sustaining and meaningful one that I nurture and value because it is not only positive, it supports my growth and success as a young man. Yoga helps me navigate my life as a good and successful person. This practice is life-changing and will continue to enhance my life.<br /><br />"

		+ "My heartfelt appreciation for the support and instruction.<br /><br />"

		+ "	- <b>K.L.</b><br /></p>";
	return text_content;

}

testimonials_widget.prototype.prisoner_quotes_text =  function () {
	var title = "<h4>Comments from Current and Former Prisoners</h4>";
	
	var quotes = "<p>\'\'Now that I'm out, I wanted to let you know that I am practicing Yoga every day.<br /> It really helps me to calm down and helps me to deal with my addiction issues.\'\' - <b>A.B.</p></b>";

	quotes += "<p>\'\'I used drugs and alcohol for many years basically to kill the pain of my life.<br /> Yoga has helped clear my mind, deal with the pain, move into the present and just love myself and who I am.\'\' - <b>J.B.</b></p>";
	
	quotes += "<p>\'\'I am out and after years of struggling with my addictions I have finally reconciled myself to a life of sobriety. I have completed an important phase of my re-hab program and now plan to seriously pursue my spiritual practices, especially Yoga. I am grateful to the powers that be for having put a teacher such as yourself in my life.\'\' - <b>R.C.</b></p>";
	
	quotes += "<p>\'\'I have a strengthened identity with self and a sense of something universal.<br /> It has given me the ability to affect my own well being and peace without dependency upon someone else or chemical substance.\'\' - <b>T.W.</b></p>";
	
	quotes += "<p>\'\'In my opinion the teacher has thrown a pontoon to a bunch of swimmers who believe they are not going to make it because we can't see the shore. Yoga is remarkable.\'\' - <b>M.S.</b></p>";

	quotes += "<p>\'\'I have experienced decreased anxiety and improved ability to deal with stress.<br /> I have also been able to relieve back pain and in general manage pain and injuries.\'\' - <b>S.L.</b></p>";

	quotes += "<p>\'\'I came in contact with yoga before I came to prison but always thought it was for hippies or older folks. But now that I have taken yoga, I feel less physical pain, I sleep better and I'm more at peace with myself.\'\' - <b>D. W.</p></b>";

	quotes += "<p>\'\'I've been incarcerated for almost 26 years and have participated in numerous programs.<br /> The Hatha Yoga class is second to none. What a wonderful experience being able to practice such a beneficial program in prison.\'\' - <b>R.S.</b></p>";

	return title + quotes;
}

testimonials_widget.prototype.prisoner_B_text = function () {
	var text_content = "<p ><h4>Beginning to 'Live' in the Present</h4>I used drugs and alcohol for many years, basically to kill the pain of life, therefore I never grew emotionally. Taking Yoga has cleared my mind and taken me back to those events/situations that I forgot about which were very painful. Now that I've remembered the past, I've been able to deal with it and move into the present and just love myself and who I am.</p>";

	text_content += "<p>I would also like to add that all the other IPP classes have a common theme, one of turning inward. Until I started practicing Yoga I wasn't fully understanding what was being taught. I was \'learning\' what the teachers where teaching, but I wasn't \'feeling\' what was being said. I guess what I'm trying to say is my other classes make me think \'hmmm.\' Yoga class makes me go \'ah-haa\'.</p>"; 

	text_content += "<p>After six months of Yoga, I am now beginning to \'live\' in the present. Yoga has opened-up my soul to receive what the other classes are teaching, making them really work for me in ways I can't really describe with my limited vocabulary. For myself I have to say that Yoga is the key to my learning and changing that is going to keep me out of prison and once again be a productive member of society. I can't thank you James enough.</p>";

	text_content += "<p> - <b>J.B.</b></p>";
	return text_content;
}


testimonials_widget.prototype.project_artwork_text = function () {
	var text_content = "<h4>Project Inspired Artwork</h4><div style='float: right; margin: 8px; width: 160px; border: 1px solid #CCC'><img src='images/lotus_watercolor.jpg' width='100%'/><div style='font-size: 10px; background-color: #FFF; color: #333; padding: 4px'>\'\'When I do Yoga I feel like I am surrounded by this field of positive energy and protected from the negative vibes of prison life.\'\'</div></div>The artwork featured throughout the site was created by an inmate of San Quentin who was involved in the yoga program in the prison. His work is a visual representation of what he learned in the class.<br /><br /> The following is a letter he wrote about his experience:<br /><br />"
	
		+ "<i><p>I originally started drawing and painting my wife in advanced yoga postures (she is an accomplished yoga practitioner and martial artist), but now the majority of my artwork is devoted to my own practice of yoga.</p>"

		+ "<p>I first tried yoga at a health club back in 2002. As a bodybuilder, I was in very good shape but was blown away by how difficult and demanding yoga could be. In 2005, I was sent to San Quentin and ended up in H-Unit. I was amazed and surprised to learn yoga classes were being offered for those of us enrolled in the Success Program, a voluntary rehabilitation program operated by San Quentin and the <a href='http://www.insightprisonproject.org/'>Insight Prison Project</a>. The program offered a variety of self-help classes ranging from violence prevention and addiction recovery to yoga and meditation.</p>"

		+ "<p>When I signed up for yoga I expected to be either intimidated or that it wouldn't be a very good class. But I was wrong on both counts. I got excellent, almost one-on-one instruction from the teacher, James Fox, and the class really helped me to be at peace under difficult circumstances. I have a long way to go in perfecting the asanas but feel I realized the deeper more meaningful benefits from the practice.</p>" 

		+ "<p>I am grateful to have had the opportunity to learn more about the real intention of Hatha Yoga, and not just its physical aspects. Yoga has filled a void for me where spiritual and physical meet and enabled me to express that experience through my art.</p></i>"

		+ "<b>Brett Crawford</b><br />"
		+ "Former San Quentin Inmate<br /><br />"
		
		+ "Find more artwork and images in the <a href='gallery.php'>Gallery</a>";
	
	return text_content;
}

testimonials_widget.prototype.prisoner_A_text = function () {
	var text_content = "<p><h4>Developing Calmness</h4>Having been involved in the Hatha Yoga program at San Quentin with an instructor for two hours a week for over two years, the benefits have been immeasurable. My very perception of reality and events, all sensory stimuli, thoughts of life, purpose, and being have been affected. Having served 21 years in prison on a \'15 yrs. To Life\' sentence, I've been involved in all types of Self Help groups over the years. For almost four years I'd Facilitated Non violent communication and Conflict resolution classes. I have worked on my personal violence, and the roots of violence, but dealing with other people's violence had often been difficult to say the least. In prison the penalties and consequences of your actions are more severe. The Ripple Effect becomes the Tidal Wave Effect, a simple disagreement can become another Life Sentence, real fast.</p>"; 

	text_content += "<p>Not long ago my new cellmate and I had a serious disagreement over an item of his personal property. An item, if found in the cell would be a minor infraction for him, but would cause for me to never be given a release date. There are two sets of rules. One for \'short- termers\' and one for lifers, and the system punishes the most anyone who trys to do what is right, welcome to prison. I had offered solutions to him for a week or so and his reaction was always the same: \'F--- You! Mind your own business.\' So one morning when I suggested that he find another cellie that he would be more compatible with, his reaction was the same. That afternoon when I got \'home\' from work and was bending over to untie my shoes, he dove on me from my left side in the tight confines of the cell! My focus went to the core of my being, (where your center of gravity is) in the area of the first two chakras. I simply stood up and let his motion continue, and pushed him to the right side of me. I said, \'You need to chill out!\' and I exited the cell. I immediately went to my breath and noticed my calmness, and my balance. I wasn't breathing heavy or fast, my adrenaline wasn't pumping and I really wasn't even mad. I had no \'ill will\' towards my cellie, just a little sad that things had to be this way. But I knew that the feeling, like a cloud, would pass. After I ate dinner I had an evening self-help group to attend so I went.</p>";

	text_content += "<p>I returned to find oId cellie had moved out and a new cellie there. My new cellie said that while he was moving in and the other cellie was moving out, the other cellie was trashing the place. I noticed several items of my personal property destroyed. He'd also taken a black magic marker and written profanities on the wall. He took my toothpaste and squeezed the whole tube onto my blanket. And some of my \'goodies\' form the commissary was missing! Still I did not think or feel there was a need to be upset, I took a deep breath, paused for a moment, and then introduced myself to my new cell-mate and began cleaning up the mess.</p>";

	text_content += "<p>The next day the word on the yard was that I owed that dude a complete ass kicking, and that none of \'his people\' would retaliate be cause of the way he had disrespected me. Everyone was mad at me for not beating the guy up and kept asking me when I was going to do it? Some of the people who I thought were my friends told me they were told that they were not aloud to talk to me anymore, unless I go smash on that guy right now! I told them I'm due to go to the parole board and the last thing I need is a \'write up\' for fighting. How could I then say: Oh but I'm ready for parole now! Later that same day they all said, \'Ok\', when you get done going to the parole board, then you can beat him up. They just didn't get it.</p>"; 



	text_content += "<p>Only one person commended me for showing tremendous control, and he just happened to be another one of our fellow students from the yoga class! At the next class I took the time aside to personally thank our Instructor. Also to let him know that it was only because of the inner peace and trust that was instilled, developed, and nurtured in the Yoga class, that I was able to respond to that situation with calm. Calmness developed over years, through the months, week to week, day after day, hour by hour, minute by minute, one breath at a time.</p>";

	text_content += "<p> - <b>B.T.</b></p>";
	return text_content;
}


testimonials_widget.prototype.teachers_text = function () {
	var text_content = "<p><h4>Comments From Visiting Yoga Teachers</h4>";
	
		text_content += "\'\'The experience of guest teaching the San Quentin yoga class changed me.<br /> I could no longer see these men as abstract throw aways of society. Like all people, they deserve to be shown the tools to help them holistically care for their own bodies and minds. Without these, we all flounder to lesser or greater degrees.\'\' - <b>Sarah Powers</b></p>";
		
		text_content += "<p>\'\'Thanks for inviting me to the yoga class. It was an honor to donate a little time to such a wonderful program and it had a surprisingly potent effect on me. I was deeply touched by the respect, focus, and openheartedness of the men who came to class.\'\' - <b>Scott Blossom</b></p>";
		
		text_content += "<p>\'\'I know I'm not alone in feeling cut-off from the real world and access to being of service in it.  It is a source of frustration and sadness for many of us who are truly concerned about the state of the world and desire to be of service."
		
		+ "..It's a little hard to put into words the experience of leading a yoga class at San Quentin. I went in expecting to give and ended up receiving so much.  I felt grateful, honored and privileged and deeply touched by these men who live in such stark circumstances, with extremely difficult lives left behind or awaiting their return.\'\' - <b>Christy Brown</b></p>";
		
		text_content += "<p>\'\'I have mentioned the men at San Quentin in many of my Dharma talks since my visit, as they really inspired me with the concentration and depth of their practice. <br />What they showed me was that in the difficult situation they are in, they are able to tap into a deeper inner strength and  indeed be free while inside prison.\'\' - <b>Frank Jude Boccio</b></p>";
		return text_content;
}

testimonials_widget.prototype.christy_brown_text = function () {

		var text_content = "<p><h4>Christy Brown - January 29, 2008</h4></p>";
		text_content += "<p>I hope, as many do, that our collective human consciousness will shift toward a place of greater harmony and compassion and less hatred and violence.  As I witness the suffering and injustices in the world, I feel outraged, sometimes depressed and helpless, but always determined to do as much as I can in my self, in the way I live my life, and through practicing and teaching yoga, to be as helpful as I am capable of in any given moment.</p>";
		
		text_content += "<p>I've felt a desire to teach yoga at San Quentin since I started teaching in 2000.  Some years ago at an event in Sausalito, I met James Fox, who is one of the founding members of the Insight Prison Project and has been teaching yoga at San Quentin for more than five years. I told him of my desire to serve.  He responded that for those on a spiritual path, he believes that it's part of the natural evolution to arrive at a desire to serve.</p>";
		
		text_content += "<p>Through James, I came to appreciate more intimately the cycle wherein inmates, born into life circumstances beyond their control, and, trapped in either a moment or a lifetime of inner darkness or darkness of the collective environment, now find themselves trapped, potentially for a lifetime, in San Quentin.</p>";
		
		text_content += "<p>James arranged for my clearance into San Quentin and had me accompany him to one of his yoga classes.  I had the experience when we went in and as we passed through each security check, of gradually entering a different reality.   I didn't so much find darkness as much as intensified reality.  It was as if being inside of San Quentin and feeling the weight of all that the place represents, stripped away everything but what actually was in every fleeting moment.  The impact of every word and action may not actually hold more weight than in the outside world, but it is more obvious, more palpable, and there seems to be a respect for this among those who work inside San Quentin.  I didn't fully realize the intensity of being inside San Quentin until I later left the prison and was surprised to find that it took me several hours to readjust.</p>";
		
		text_content += "<p>That first time going into San Quentin, I was prepared for the worst.  I had spoken with a handful of people beforehand and had taken in the various responses I received, which varied from admiration to alarm.  In those cases of fear-based alarm, like, ''why are you doing that?'' or, ''it's too dangerous for a woman!'', I found that the reference point of understanding often came from movies.  I even heard acknowledgement of it: ''Well, my impression is based on movies, but...''  Oh, how easily our delicate psyches can be shaped by media</p>";
		
		text_content += "<p>It is true that going into San Quentin is not risk-free.  This became most obvious to me when James ran down the list of colors that I could and couldn't wear; in the event that a gun needs to be fired, it needs to be immediately apparent to guards who is an inmate and who is not. </p>";
		
		text_content += "<p>So, after subjecting my own psyche to the spectrum of responses to my, ''I'm going into San Quentin,'' I was prepared for the worst and was pleasantly surprised to find the experience even enjoyable.  Everyone I met was pleasant, including guards and inmates, though I know it's not always so smooth and that I was accompanying the long-established yoga teacher himself.  After passing through two separate security checks, which altogether took about an hour, we walked through an open dirt and concrete yard where inmates are allowed to roam about freely.  There was lots of activity happening, guys playing basketball, men doing pull-ups or dips on stationery bars, some guys just standing around, and a sweat lodge dominated a portion of the yard.  There were some curious glances our way, but not the aggressive catcalls I'd been warned of by some.  Once we were inside the office area IPP uses consisted of two closet-size, windowless rooms on either side of a hallway. I met a couple people who work with or in conjunction with IPP to help inmates in a variety of ways and was struck by their down-to-earth dedication and devotion to the cause that I sensed.</p>";
		
		text_content += "<p>Finally, we went into the classroom where James teaches yoga every week to two different groups of about 20 inmates.  It is a long room, on the ground floor, with a couple windows looking onto the yard we'd walked through.  Desk tables and chairs were stacked in a corner.</p>";
		
		text_content += "<p>As the guys came in, many of whom were Hispanic, dressed in some combination of light gray sweats or blue pants with white t-shirt or blue shirt, they said hello to James, gave him their ID cards, and some of them I met briefly.  They were all very respectful, and if anything a little shy.  They each got a mat, sprayed and cleaned the map with a paper towel, and patiently sat down or laid down on their mats to wait for the class to begin.  They had clearly been through this routine many times.  James had me put my mat down next to him, with the mats arranged in two long rows facing each other.  Before he began the class, he introduced me as a visiting yoga teacher and explained that there would be time for them to ask me questions at the end.  As the class proceeded, I began to experience first-hand what James had told me of his emphasis on mindfulness, self-awareness and softening, and how important this is in helping the guys in the class to learn impulse control.  I became more acutely aware of how privileged these guys are to have this opportunity; yoga and mindfulness practices don't tend to be readily available to the communities that most of these guys come from.</p>";
		
		text_content += "<p>The guys in the class were focused and attentive and understood when James called out certain poses by their Sanskrit names.  There was an innocence to the way they practiced, and the beginner's mind in this case was genuine.  It was a straightforward and meditative practice, with breath and movement in sync, and it went by quickly.  James had them partner up for handstand, which he later explained to me is a great pose for accessing the ability to shift perspective.  The sivasana and meditation at the end were very still and peaceful.  I imagine, and James has told me, that this is likely the only sustained moment of peace that these guys experience in San Quentin.  No wonder they appreciate it so much.</p>";
		
		text_content += "<p>The hour and 45 minute class ended, the guys put away their mats and put the desk tables and chairs back in place, and we stood around, waiting for clearance to leave, which didn't come.  Indeed, there was a lockdown.  At this particular time in the day, every inmate has to be accounted for and until that happens, nobody goes anywhere.  So here we all were together, for another 45 minutes or so, until the lockdown ended.  It turned out to have been a clerical error, but it gave me the opportunity to talk to most of the guys, some of whom I spoke with in Spanish.  I asked some of them what they liked most about the yoga.  Most all of them expressed, in some form or other, that the calming mental effect was most important.  And, they had various questions for me: How long had I been doing yoga?  How did I learn to teach yoga?  Had I been to India?  Where do I teach now?      </p>";
		
		text_content += "<p>When the lockdown cleared and each of the guys walked up to the door to leave, each one of them shook my hand, looked me in the eyes, and thanked me for being there.  Each eye gaze was a profound moment for me.</p>";
		
		text_content += "<p>Some weeks later, James suggested I accompany him back to San Quentin to guest teach the same class. He asked me to prepare a theme and a sequence, and after meditating on it, I came up with the idea of breaking down his theme of impulse control.  My theme, which I would weave into the practice, would be three-part: cultivating inner calm and stillness, self-observation and opening to the possibility of shifting perspective.</p>";
		
		text_content += "<p>It's a little hard to put into words the experience of leading a yoga class at San Quentin.    Having had some familiarity with the group, I fortunately felt comfortable and at ease.  In some ways it felt very normal, just like teaching a class anywhere, only there weren't the extras like music, lighting and candles, and they wore prison clothes, some of them socks.  It was stark, which had the effect of stripping the practice down to its purest form.</p>";
		
		text_content += "<p>I began (and ended) with a seated meditation and gradually led the class into a series of basic standing poses and sun salutations, some floor work, including core-strengthening and twisting poses, gentle back-bending, partial inversions, and a yin-style pigeon.  Throughout the practice, I emphasized breath, using and moving from core, and abiding in a quiet, gentle inner space, and I did my best to weave in my three-part theme.  I found the group to be cohesive, focused, diligent and endearing.  I felt present and a calm joy.   Offering what I had to give in that context was deeply rewarding and somehow softened me, though my intention was to help them soften. </p>";
		
		text_content += "<p>There wasn't a lockdown this time around, so the room cleared more quickly.  I stayed and talked to some of the guys afterwards.  One of the guys had a long list of questions for me, and I unfortunately didn't have the chance to talk to more of the guys because of this one guy.  James later told me that was typical of this particular guy, and so I learned yet one more of the many lessons I learned from my experience at San Quentin: conversational boundaries; don't let one person dominate my time in a group context.  This is one of those delicate parts of being a yoga teacher that I continue to work on.</p>";
		
		text_content += "<p>I went in expecting to give and ended up receiving so much.  I felt grateful, honored and privileged to have spent time in San Quentin, and deeply touched by these men who live in such stark and endless circumstances, with extremely difficult lives left behind or awaiting their return, who come to this room every week to do yoga with James, and who were open enough to respectfully allow me to lead them in a practice.   They may not be privy to the mainstream world of yoga, but at some deep level, they really get the practice and appreciate it for the real benefits, beyond the physical, that yoga promises: a calmer mind, heightened awareness, and developing the ability to observe oneself and one's reactions and potentially break long-held mental-emotional patterns that create disturbance in our lives.  </p>";
		
		text_content += "<p>It is easy to miss these jewels of the practice out there in the mainstream world of yoga, yet it is here at the heart of the practice where the potential for real change within ourselves, our society and our world lies: expanding and grounding our consciousness, uncovering our inherent light and goodness, and cultivating optimum health in the physical body so that we can remain healthy and alert.  The population at large needs practices like this as much as inmates at San Quentin so that we can get to the root of society's failings. Working with inmates at San Quentin, as essential it is, is on one level still treating the symptoms of society's ills.  Now, to treat the causes of society's failings means that we all need to work on ourselves.  This is the macro-picture practice.</p>";
		
		text_content += "<p>As I left San Quentin, a sadness came over me which still lingers and calls me back.   I was leaving behind a moment of service, which no doubt felt rewarding and fulfilling.  I was leaving behind this group to whom I'd opened my heart and felt them receive what I offered.  I was leaving this place where reality is stripped to the bare bones, where superfluousness has no place.  I was leaving behind a sliver of the world from which we are sheltered and not readily shown in the mainstream.  </p>";
		
		text_content += "<p>Sitting in my car, waiting to meet a friend for dinner, I looked around me and it all seemed a little superficial and blind to the sobering reality of San Quentin, though it dominates the Marin county landscape.  I felt torn away from the real world and dropped into a reality that is a little flat in comparison, sheltered, and in denial. And at the same time, I felt more deeply connected to the beauty and grace that is always in abundance and around us.</p>";
		
		text_content += "<p>I know I'm not alone in feeling cut-off from the real world and access to being of service in it.  It is a source of frustration and sadness for many of us who are truly concerned about the state of the world and desire to be of service.  Access to creating change in places like San Quentin or the war in Iraq can feel impenetrable.  The infrastructure, our government, the media, all the deeply imbedded systems don't make access easy for us.  But, as the great Nobel-Prize-winning author from Nigeria, Wole Soyinka, writes in You Must Set Forth at Dawn, ''Futility stared one in the face, but inaction was far more intolerable.''  And, as the ancient teachings tell us, one of the most valuable gifts we can each make is the inner journey toward our own evolution and expanded consciousness.  The outer action ultimately extends only as far as the inner action.</p>";
		
		text_content += "Written by <b>Christy Brown</b>";
			
		return text_content;
}

testimonials_widget.prototype.sarah_powers_text = function () {

		var text_content = "<p><h4>Sarah Powers - August 8, 2006</h4>Prison is not a situation many of us will ever find ourselves in, nor desire to spend time in, given the choice. Most of us lack the time and the financial resources to support the causes even remotely close to our hearts, and although many of us have sincere humanitarian interests, assisting convicted felons is not usually included on that list. I have been aware of various outreach programs available for prisoners for many years and always felt thankful that there were people who would devote themselves to this work. But it wasn't until I met James Fox and heard about the <a href='http://www.insightprisonproject.org/'>Insight Prison Project</a> that he and others are involved with at San Quentin, that it stopped being abstract and was made personal.</p>";

	text_content += "<p>James asked me to come and teach a 2 hour workshop to a group of men with life sentences, many of whom are in for 2nd degree murder. They have all been there many years, (forever hoping their appeals will be heard), and have been doing yoga for two years once a week. I impetuously agreed, and it wasn't until I sat on my mat waiting for them to enter the small but adequate \'yoga\' room that I realized I may be in over my head. There were no guards present although James assured me he would be in the room with me at all times.</p>";

	text_content += "<p>At this point I am aware of how many film-ic fantasies are playing out in my mind, but am suddenly interrupted by the first inmate who says the others will be late due to a lock-down on floor five. How comforting. Sitting there waiting to share my upper middle class, white girl wisdom about yoga and meditation, I became distracted by the sounds of constant yelling, moaning, and cries. James tells me that a building nearby houses those in behavioral confinement, a constant reminder of immediate and utter suffering. As this anguish continues to permeate the atmosphere, I begin to feel deeply sobered and sad, rather than afraid for myself. My Buddhist practice had centered on sending compassion not only to those who are deserving, but to wherever suffering abides. I was now sitting in a hell realm for many people and knew that if the teachings I had been devoted to for over 20 years had sprouted any understanding in me, I would now be testing myself.</p>";

	text_content += "<p>As the men filed in one or two at a time, I found myself surprised at how clean and respectable they looked, how polite and easygoing most of them seemed.  I don't know what I expected, this wasn't Pappillon nor Midnight Express, I just wouldn't have picked any of them out in a lineup if I was going by stereotype.</p>";

	text_content += "<p>As I spoke, the interest in the room began to feel quite high and my confidence in relating to them began to grow. I mentioned that in this room, it is a non-threatening environment with which to investigate our body and mind freshly, and that we are attempting to relax the constant need to manipulate the moment. I reminded them that there are no doubt many moments in their day when they are not busy interacting with the world actively. It is during the inactive but awake moments, that we can learn to turn inward and brighten our minds by resting in awareness, an alert but non-reactive mental perspective.</p>"; 

	text_content += "<p>Afterwards I wanted to ask them directly what (if anything) had been useful to them in the class. Surprisingly, many of them were eager to share. One said that the opening story about my teacher's teacher being imprisoned by the Chinese in Tibet for 28 years, and how he had used his \'time\' to free his mind, had inspired him. Others said they were now more interested in further meditation skills, and a number of them wanted me to repeat the vow I had begun class with.</p>";                     

	text_content += "<p>I vow now to awaken to Awareness, for the benefit of all beings. I appreciate its immeasurable value, and feel it is possible for me in this moment, regardless of conditions.</p>";

	text_content += "<p>One man said he had memorized it, and would make copies for the guys." +
"I was then asked how it had been for me to teach them. I was moved that they asked. I told them how much I appreciated their sincerity, their interest and respect towards me. I told them I truly felt honored to be let into their worlds for a moment in this way. I reminded them that there are so many distractions on the outside and even with the privileges that abound for many of us, there is an immense amount of suffering everywhere and that the only way out of the inner prisons we all seem to live in  different ways, is to discover the wealth that abounds in our hearts and minds. I suggested to them that they think of themselves as beacons, inspirations for the other prisoners, as well as for all of us.  I reminded them that they are not practicing for themselves alone, for if they can free their minds in the extreme situations they find themselves in, then others will surely feel it is possible as well.</p>";

	text_content += "<p>As they each left, they came over and shook my hand firmly, thanking me. I felt like I had been given a unique gift from a reality lived so close to mine (the prison is a few miles from my house), yet so far indeed. I turned to James and thanked him for thinking of bringing me. This experience had changed me. I could no longer see these men as abstract throw aways of society. Like all people, they deserve to be shown the tools which help them holistically care for their own bodies and minds. Without these, we all flounder to lesser or greater degrees.</p>";

	text_content += "<p>I hope those who are in a position to help monetarily will consider supporting this organization, remembering that an intrinsic ripple effect occurs when one person's heart/mind turns from ignorance to understanding, we all benefit.</p>";

	text_content += "Sincerely,<br />";
	text_content += "<b>Sarah Powers</b>";
		  
	return text_content;
}

testimonials_widget.prototype.full_circle_text = function () {
	return "<div style='margin-top: 10px'><img width='100%' src='images/full_circle_letter.jpg'/></div>";	
}

testimonials_widget.prototype.peace_build_text = function () {
	return "<div style='margin-top: 10px'><img width='100%' src='images/peace_builders_letter.jpg'/></div>";	
}
