﻿// redirects people from vtoxford.com, vtoxford.net, etc to vtoxford.org
// Created by Pete 05/7/2009
if (location.host != 'www.vtoxford.org'){
 window.location= location.protocol + '//www.vtoxford.org' + location.pathname + location.search
}
