<!-- Begin

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



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

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

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

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

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







// EDIT THE NEXT LINE



document.write('<BR><BR>');



var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('&copy; 2007 <a href="http://www.lovelybabycd.com" target="_blank">Lovely Baby Music</a>&nbsp;&nbsp; All Rights Reserved.');
}





//  End -->