var track = Class.create();

track.prototype = {
	uid:"0",
	pid:"0",
	tstamp:"0",
	hidden:"0",
	name:" noname ",
	description:"noname",
	tt_address:"0",
	duration:"0",
	routepid:"1",
	photo:"",
	start:"",
	end:"",
	points:"",
	initialize: function() {
		
	},
	getDuration:function(){
	},
	getPhoto:function(){
	}
	
};
