function QueueObject(a){this.path=a;this.getPage=function(){return pages[this.path[0]]}};

