var homePage = "HOME";
var portfolioPage = "PORTFOLIO";
var servicesPage = "SERVICES";
var priceListPage = "PRICE LIST";
var quotePage = "QUOTE";
var payPage = "PAY";
var storePage = "STORE";
var contactPage = "CONTACT";
var resellerPage = "MAKE MONEY";
var siteMapPage = "SITEMAP ";
document.write(homePage.link("http://www.wetgfx.com/index.html"));
document.write(" ");
document.write(portfolioPage.link("http://www.wetgfx.com/portfolio.html"));
document.write(" ");
document.write(servicesPage.link("http://www.wetgfx.com/services.html"));
document.write(" ");
document.write(priceListPage.link("http://www.wetgfx.com/pricelist.html"));
document.write(" ");
document.write(quotePage.link("http://www.wetgfx.com/quote.php"));
document.write(" ");
document.write(payPage.link("http://www.wetgfx.com/pay.html"));
document.write(" ");
document.write(storePage.link("http://www.wetgfx.com/store.html"));
document.write(" ");
document.write(contactPage.link("http://www.wetgfx.com/contact.php"));
document.write(" ");
document.write(resellerPage.link("http://www.wetgfx.com/reseller.html"));
document.write(" ");
document.write(siteMapPage.link("http://www.wetgfx.com/sitemap.html"));



