<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var notes3		= "yes"		// SHOW 3RD NOTES
var notes4		= "yes"		// SHOW 4TH NOTES
var sidewidth		= "225"		// SIDEBAR WIDTH		
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES

var phone		= "yes"		// SHOW PHONE NUMBER
var phoneLR		= "left"	// phone LEFT OR RIGHT
var phoneX		= "5"		// phone X LOCATION
var phoneY		= "5"		// phone Y LOCATION






// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('FREE COURSE<br></legend>');

document.write('Begin Today with This Free eCourse ($349 VALUE). <a href="http://mind-power-course.com/courses">Simply Register to Get Started.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}

// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('  FREE GIFT   <br></legend>');

document.write('Wondering Where to Begin? Start with Our Most Popular Free <a href="http://www.mind-power-course.com/daily-affirmations.htm">Mind Training Gift</a>. ');

document.write('</fieldset>');
document.write('<br><br>');
}

// 3RD NOTES AREA

   if (notes3 == "yes") {
document.write('<fieldset><legend>');

document.write(' STRESS TEST  <br></legend>');

document.write(' Would you Know if You Were Over Stressed? Weigh In on the <a href="http://www.mind-power-course.com/how-to-deal-with-stress">Stress Scale </a> and find out now.');

document.write('</fieldset>');
document.write('<br><br>');
}

// 4TH NOTES AREA

   if (notes3 == "yes") {
document.write('<fieldset><legend>');

document.write(' FOLLOW US!  <br></legend>');

document.write('Be sure to <a href="http://www.mind-power-course.com/mindpower-twitter.htm"> Follow Us on Twitter</a> for terrific free gifts and up to the minute informational value.');

document.write('</fieldset>');
document.write('<br><br>');
}








// START SIDEBAR MENU //


document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');


document.write('<a href="gallery1.htm" class="menuSidebar">BRAIN ART Gallery</a>');


document.write('<a href="gallery2.htm" class="menuSidebar">Coming Soon</a>');


document.write('<a href="slideshow.htm" class="menuSidebar">BRAIN ART Slideshow</a>');


document.write('</td></tr></table><br>');


// END SIDEBAR MENU //










// START PHONE NUMBER IN TOP MENU

   







// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->