<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.php">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="categories.php">Products</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="search.php">Search</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="cart.php">Checkout</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contactus.php">Contact</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="faqs.php">FAQ\'s</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="returns.php">Returns</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="terms.php">Terms</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="privacy.php">Privacy</a>');


document.write('<br><br>All Contents &copy;Copyright 2008 ');


// EDIT THE NEXT LINE


document.write('<a href="index.php">Juliet Pick Designs</a><br>');






var allwebco	  = "no"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('Site Design &copy; 2008 All Rights Reserved <a href="http://allwebcodesign.com" target="_blank">AllWebCo Design</a> & <a href="http://allwebco.com" target="_blank">Hosting</a><br>');
}







//  End -->