function setRedirect(cityName)
{
var newlocation = 'http://'+ cityName + '.stuccocontractors.ca';
window.location = newlocation;
}
