function language() {
	this.trip = "trip";
	this.alert="";
	this.view_trip="view trip";
	this.view_whole_trip="view whole trip";
	this.read="read more";
	this.last_waypoint="Since last Waypoint?";
	this.weather="The Weather?";
	this.situation="Situation";
}
