<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var w3clogo	  = "yes"	// SHOW 4 kidz logo



document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="products.htm">Online Store</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');

document.write('<br>');

   if (w3clogo == "yes") {
document.write('<br><a href="http://www.4kidzinc.com/"><img src="picts/4kidz.gif" alt="4 Kidz.Inc" border="0" vspace="6"></a><br>');
}

document.write('<br>All contents &copy;Copyright 2009 ');




// EDIT THE NEXT LINE

document.write('<br><a href="index.html">Press The Hot Button and Hot Buttons are a trademarks of 4Kidz Inc. / Product is PATENTED.</a><br>');









document.write('<br>');

//  End -->