/**
* Class to handle the URL.
**/
Vn.HashListener = new Class
({
Extends: Vn.Object
,changed: function ()
{
this.signalEmit ('changed');
}
});