var today = new Date()
var year=today.getYear()
if (year < 1000)
year+=1900
document.write('<a href=/index.html>Home</a>');
document.write('<a href=/wholesale-pet-supplies-distributor-RPS-about.html>About</a>');
document.write('<a href=/wholesale-pet-supplies-distributor-RPS-contact.html>Contact</a>');
document.write('<a href=/wholesale-pet-supplies-distributor-RPS-links.html>Links</a>');
//document.write('<a href=/rewards>Rewards</a>');
document.write('<a href=/Delivery>Delivery</a>');
document.write('<a href=/index.html>&copy; copyright '+year)
document.write(' Royal Pet Supplies</a>')
document.write('<a href=/wholesale-pet-supplies-distributor-RPS-terms.html>Website Terms of Usage</a>');
document.write('<a href=\"http:\/\/validator.w3.org\/check?uri=referer\">Valid HTML<\/a>');
document.write('<a href=\"http:\/\/jigsaw.w3.org\/css-validator\/check\/referer\">Valid CSS<\/a>');


