<!-- 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_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// 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"><tr><td>');

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><left>');
document.write('<a href="about.htm"><img src="GG Pics/g3g.jpg" border="0" class="borders"></a><br>');
document.write('</left>');
document.write('<br><br>');
}




// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');
document.write('Grant\'s Mentors & Role Models<br></legend>');
document.write('A man whom I highly respected many years back, John Okrainec, taught me a valuable lesson in entrusting possessions to others. I was one of the very few to ever be allowed to fly his prize aircraft, a Cessna 185 on floats. He had only one rule. When you use it, look after it like you own it. It was simple, to the point and you made sure you did exactly that." CLICK on my picture or read more about me <a href="about.htm">HERE</a><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1





// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<img src="picts2/Owl2.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}






// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');
document.write('Grant\'s 2011 Prosperity Tip<br></legend>');
document.write('Soon it will be spring. Are you building your networks and relationships this year? Get on the right path <a href="q2ask-home.htm">HERE!</a>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');
document.write('Grant\'s Winter Health Tip<br></legend>');
document.write('The winter sun gets longer each day into the spring. Are you taking advantage of every minute of fresh air, clean water and sunshine? Enjoy your abundance with the grounded soundness of vitality, energy and vibrancy. Make it a daily protocol for your prosperity plan!</a><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><left>');
document.write('<a href="why.htm"><img src="picts2/gg.jpg" border="0" class="borders"></a><br>');
document.write('</left>');
document.write('<br><br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 4


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><left>');
document.write('<a href="http://www.15yearsleft.com"><img src="GG Pics/Gold Bar.jpg" border="0" class="borders"></a><br>');
document.write('</left>');
document.write('<br><br>');
}



   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');
document.write('Grant\'s Recommended Listening<br></legend>');
document.write('Listen to this short, to the point call from ultra-successful direct marketing MENTOR, Mark Yarnell! Click on the GOLD WAFER above to go there NOW or click <a href="http://theqstory.com">HERE.</a><br>Next, come back here! Then, contact me and tell me how this message transforms you action. Let\'s talk!');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4

// START RIGHT SIDEBAR AREA PARAGRAPH 5 

if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');
document.write('Grant\'s Favorite Acronyms- F.E.A.R.<br></legend>');
document.write('False Evidence Accepted as Real. Do you want something that is false governing your thoughts, actions and life?');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 5



document.write('</td></tr></table>');


// -- END -->
