function redirect_to_site(which) { loc = window.location.href; if(loc.indexOf("?")) { loc = loc.substring(0,loc.indexOf("?")); } loc += "?template=" + which; window.location = loc; }