<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_0 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_4		= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_5		= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_6		= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "225"		// SIDEBAR WIDTH
var backgroundcolor = "#cccccc"

var d = new Date();
var s = d.getSeconds();
var e = s%2;

// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right" width="'+sidewidth+'" bgcolor="#eeeeee"><tr><td>');

   if (paragraph_1== "yes") {

document.write('<fieldset><legend>');
document.write('Witness The Fitness<br></legend>');
document.write('<center>Tspot team <b>WTF</b><br>endured the Ragnar 2010!<br>A 2-day 200-mile relay');
document.write('<br>Click below for more info...');
document.write('<br><br><center>');
document.write('<a href="Ragnar2010.htm"><img src="images/WTF.gif" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('</fieldset>');
document.write('<br><br>');
}

/*
if (e == "1") {
	document.write('<br><center>');
	document.write('<a href="http://www.pushupsforcharityhb.com"><img src="/PUC/PUC-banner-ads/PUC-banner-1.gif" border="0" class="borders"></a><br>');
	document.write('</center>');
	document.write('<br><br>');
}

if (e == "0") {
	document.write('<br><center>');
	document.write('<a href="http://www.pushupsforcharityhb.com"><img src="/PUC/PUC-banner-ads/PUC-banner-2.gif" border="0" class="borders"></a><br>');
	document.write('</center>');
	document.write('<br><br>');
}

*/
   if (paragraph_0 == "yes") {

document.write('<fieldset><legend>');

document.write('Four Secrets To Fitness<br></legend>');

document.write('<center><b><font color="#333399">Four Secrets To Finally Achieving The Weight Loss, Health, and Fitness Results You Want...</font><br><br><a href="FourSecrets.htm">Click here to find out how!</a></b>');
document.write('</fieldset>');
document.write('<br><br>');
}

   if (paragraph_1== "yes") {

document.write('<fieldset><legend>');

document.write('TSpot Locations<br></legend>');
document.write('<center><b>The Training Spot<br><font color="red"><em>in Town</em></font><br>16942 Gothard St (@Warner)<br>Huntington Beach, CA 92647<br><font color="blue">(714) 841-9294</font></center>');
document.write('<center><a target="_blank" href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=16942+Gothard+Street+(at+Warner+Ave.),+Huntington+Beach,+CA+92647&amp;sll=33.660791,-117.998861&amp;sspn=0.006358,0.008594&amp;ie=UTF8&amp;z=17&amp;iwloc=addr"><img alt="" src="picts/googlemaps.jpg"></a></center>');
document.write('<hr>');
document.write('<center><b>The Training Spot<br><font color="red"><em>at the beach</em></font><br>440 Main Street<br>Huntington Beach, CA 92648<br><font color="blue">(714) 374-7448</font></center>');
document.write('<center><a target="_blank" href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=440+Main+St,+Huntington+Beach,+CA+92648&amp;sll=37.0625,-95.677068&amp;sspn=49.176833,70.400391&amp;ie=UTF8&amp;ll=33.660791,-117.998861&amp;spn=0.006358,0.008594&amp;z=17&amp;iwloc=addr"><img alt="" src="picts/googlemaps.jpg"></a></center>');
document.write('</fieldset>');
document.write('<br><br>');
}

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Free Survival Guide<br></legend>');

document.write('<center><b>For a limited time, you can receive a <font color="#FF0000">FREE</font> Healthy Living Survival Guide when you register at www.tspot.org.<br><br><a href="survivalRequest.html">Click here to register today!</a></b>');
document.write('</fieldset>');
document.write('<br><br>');
}


if (showimage == "yes") {
document.write('<br><center>');
document.write('<a href="survivalRequest.html"><img src="picts/Survival_Small_2.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

   if (paragraph_3== "yes") {

document.write('<fieldset><legend>');

document.write('Take it off \& Keep it off<br></legend>');

document.write('<center><b>"I thought that I was exercising and eating well.  The problem was that I am 5\'11\" tall and my weight had drifted up to 203 pounds.  I decided to accept the \"TakeDown Challenge\".  Within 6 weeks, I had lost almost 25 pounds!  The best part is that after 6 months, I have been able to maintain my "challenge" weight of 179 pounds!<br>This program really works!\"</center><br><br><i>Eric Larsen - Huntington Beach</i></b>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


if (paragraph_4== "yes") {

document.write('<fieldset><legend>');

document.write('I took the Challenge<br></legend>');

document.write('<center><b>“Like many, I searched for years for the secret to losing weight and keeping it off. It wasn\'t until I was introduced to The Training Spot that everything changed for me. Their PushFitness™ & TakeDown™ Systems changed the way I think about diet and exercise. I always knew I needed expert guidance. I needed a coach who could put together a plan just for me that addressed both exercise and nutrition, and then ultimately hold me accountable to it.\”</center><br><br><i>TakeDown Winner, Joe</i></b>');

document.write('</fieldset>');
document.write('<br><br>');

}


document.write('</td></tr></table>');


// -- END -->