<!-- 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		= "no"		// SHOW 1ST NOTES
var notes2		= "no"		// SHOW 2ND NOTES
var sidewidth		= "175"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES

var imagewidth1		= "83"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight1	= "120"		// HEIGHT OF THE SIDEBAR IMAGES
var imagewidth2		= "83"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight2	= "120"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "20"		// SPACING BETWEEN IMAGES



document.write('<br>');



// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Notes Area<br></legend>');

document.write('You can edit this area with your own text or add links or small images here as well. <a href="contact.htm">Contact...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}








// SIDEBAR IMAGES //


document.write('<a href="gallery.htm"><img src="http://www.gillianmounsey.com/picts/sidebar-1.jpg" border="0" width="'+imagewidth1+'" height="'+imageheight1+'" class="Galborder"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="workshop.htm"><img src="http://www.gillianmounsey.com/images/GillianMounseyWidget.jpg" border="0" width="175" height="83" class="Galborder"></a><br>');

document.write('<table><tr><td width="5">&nbsp;</td><td><strong>Cut and Paste the code below to embed this widget on your website!</strong></td></tr>');

document.write('<tr><td>&nbsp;</td><td><textarea cols="35" rows="7">&lt;a href="http://www.gillianmounsey.com/workshop.htm"&gt;&lt;img border="0" alt="Gillian Mounsey&rsquo;s Gymnastics Workshop" src="http://www.gillianmounsey.com/images/GillianMounseyWidget.jpg" /&gt;&lt;/a&gt;</textarea></td></tr></table><br><br>');

document.write('<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script><script type="text/javascript">FB.init("6e9d5dd4825c3215753a521ba11e3ceb");</script><fb:fan profile_id="299065476384" stream="0" connections="10" logobar="1" width="300"></fb:fan><div style="font-size:8px; padding-left:10px"><a href="http://www.facebook.com/pages/Gillian-Mounseys-Fundamentals-of-Gymnastics-Workshop/299065476384">Gillian Mounsey&#039;s Fundamentals of Gymnastics Workshop</a> on Facebook</div>');

document.write('<br>');



// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Notes Area<br></legend>');

document.write('You can edit this area with your own text or add links or small images here as well. <a href="contact.htm">Contact...</a><br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}








// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="http://www.gillianmounsey.com/picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->