<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "yes"		// SHOW THE 2ND PARAGRAPH
var links		= "yes"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var movedown		= "45"		// SIDEBAR SPACE FROM TOP






document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');








// FIRST IMAGE AREA


   if (showimage_1 == "no") {
document.write('<IMG SRC="http://img.photobucket.com/albums/v494/cRaZyCoNsTeR/Image3a.jpg" border="0" width="160" height="20" class="borders"><br>');
}



// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Site:</span></legend>');

document.write('<a href="http://www.disney4you.com/owner.html">About Site</a><br> ');

document.write('<a href="http://www.disney4you.com/affiliates.html">Affiliates</a><br> ');

document.write('<a href="http://www.disney4you.com/credits.html">Credits</a><br> ');

document.write('<a href="http://www.disney4you.com/gifts.html">Gifts/Awards</a> <br>');

document.write('<a href="http://www.disney4you.com/links.html">Link Buttons</a><br> ');

document.write('<a href="http://www.disney4you.com/pastlayo.html">Past Layouts</a> <br>' );

document.write('<a href="http://www.disney4you.com/chat.html">Tagboard</a>');

document.write('</fieldset>');
document.write('<br>');
}

// END FIRST TEXT AREA














// SECOND IMAGE AREA


   if (showimage_2 == "no") {
document.write('<IMG SRC="" border="0" width="160" height="20" class="borders"><br>');
}



// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Featured Video:</span></legend>');

document.write('<object width="150" height="150"><param name="movie" value="http://www.youtube.com/v/GviCUZM5LiE&hl=en_US&fs=1&rel=0&color1=0xcc2550&color2=0xe87a9f"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GviCUZM5LiE&hl=en_US&fs=1&rel=0&color1=0xcc2550&color2=0xe87a9f" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="150" height="150"></embed></object>');




document.write('</fieldset>');
document.write('<br>');
}
// END SECOND TEXT AREA











// THIRD IMAGE AREA


   if (showimage_3 == "no") {
document.write('<IMG SRC="" border="0" width="160" height="20" class="borders"><br>');
}







// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Music:</span></legend>');

document.write('Listen to music from your favorite Disneyland attractions or your favorite Disney movie!');

document.write('<br><a href="http://www.disney4you.com/music.html">Go on...</a>');





document.write('</fieldset>');
document.write('<br>');
}
// END THIRD TEXT AREA










// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Upcoming:</span></legend>');

document.write('New attractions coming to Disney\'s California Adventure<br>');

document.write('<img src="http://img.photobucket.com/albums/v494/cRaZyCoNsTeR/woc.jpg" border="0" alt=""></a><br>');

document.write('2010: <a href="photo98.html"target="_blank">World of Color</a><br>');

document.write('<img src="http://img.photobucket.com/albums/v494/cRaZyCoNsTeR/mermaidcs.jpg" border="0" alt=""></a><br>');

document.write('2011: <a href="photo102.html" target="_blank">Ariel\'s Undersea Adventure</a><br>');




document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA













document.write('</td></tr></table>');
//  End -->