<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var digitalservers	  = "yes"	// SHOW DIGITAL COPYRIGHT
var w3clogo	  = "no"	// SHOW W3C VALID LOGO



document.write('<a href="index.php">Welcome</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">Why Square Dance</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="guidelines.html">Guidelines</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="angels.html">Angels</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="lessons.html">Lessons</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="calendar.php">Calendar</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="links.htm">Links</a>');

document.write('&nbsp;');

   if (w3clogo == "yes") {
document.write('<br><a href="http://www.w3.org/"><img src="picts/w3c.gif" alt="Valid HTML 4.01 Transitional" border="0" vspace="6"></a><br>');
}

document.write('<br>All contents &copy;Copyright 2010 ');




// EDIT THE NEXT LINE

document.write('<a href="index.php">KY-GrandSquares.com</a><br>');







   if (digitalservers == "yes") {
document.write('Site Design &copy; 2010 All Rights Reserved <a href="http://digital-servers.com" target="_blank">Digital-Servers Design</a> &amp; <a href="http://digital-servers.com" target="_blank">Hosting</a><br>');
}




document.write('<br>');

//  End -->