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=\"http:\/\/validator.w3.org\/check?uri=referer\"><img  src=\"http://www.w3.org/Icons/valid-html401" alt=\"Valid HTML 4.01 Transitional\"> <\/a>');
document.write('<a href=\"http:\/\/jigsaw.w3.org\/css-validator\/check\/referer\"><img  src=\"http:\/\/jigsaw.w3.org\/css-validator\/images\/vcss\" alt=\"Valid CSS\"> <\/a>');

