function redirect(go) {
var url = new Array();

//here enter the full url to redirect
url[0] = "http://www.pexuniverse.com/";
url[1] = "http://www.pexuniverse.com/pex";
url[2] = "http://www.pexuniverse.com/pex";
url[3] = "http://www.pexuniverse.com/store/category/crimp-pex-fittings-valves-rh";
url[4] = "http://www.pexuniverse.com/pex";
url[5] = "http://www.pexuniverse.com/store/category/pex-tubing";
url[6] = "http://www.pexuniverse.com/pex";
url[7] = "http://www.pexuniverse.com/honeywell-thermostats";
url[8] = "http://www.pexuniverse.com/store/category/amtrol-extrol-expansion-tanks";
url[9] = "http://www.pexuniverse.com/pex-tubing";
url[10] = "http://www.pexuniverse.com/pumps";
window.location = url[go];
}
