function locateVehicleForSeries(url){
	var cookieObjValue = getDefaultLocation();
	console.log(cookieObjValue)
	location.href=url+cookieObjValue.zipcode;
}
