<!-- Begin

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


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



document.write('<span class="footer">');

document.write('<br>');
document.write('<a href="index.html">Home</a>');

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

document.write(' <a href="products_can.html">Products</a>');

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

document.write(' <a href="demos.html">Demos</a>');

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

document.write(' <a href="testimonies.html">Testimonies</a>');

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

document.write(' <a href="aboutus.html">About Us</a>');

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

document.write(' <a href="songlyrics.html">Song Lyrics</a>');

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

document.write(' <a href="contact.html">Contact Us</a>');

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

document.write(' <a href="privacypolicy.html">Privacy Policy</a>');


   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><br><br><br>');

document.write('all contents &copy; copyright 2010 ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">Great Idea Productions</a><br>');



   if (COPYRIGHT == "yes") {
document.write('site design &copy; 2010 all rights reserved <a href="http://provision-graphics.com" target="_blank">ProVision Graphics & Multimedia</a><br>');
}


document.write('</span>');


//  End -->