<!-- 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="SellingPage.html">Selling</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="BuyingPage.html">Buying</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="tools.htm">Tools</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="Links.html">Links</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');




document.write('<br><br>All contents &copy;Copyright 2006 ');


// SHOW CO NAME


document.write('<a href="index.html">Primary-Auction.co.uk</a><br>');






var ppl	  = "yes"	// SHOW PPL COPYRIGHT






   if (ppl == "yes") {
document.write('Site Design &copy; 2006 All Rights Reserved <a href="http://www.PrimaryPerformance.co.uk" target="_blank"><em>Primary Performance Ltd</em></a><br>');
}





//  End -->