

///////// status bar note /////////
var note = "Lets Move Properties | Letting Consultants";
function statusbar()
{
  defaultStatus = note.substr()
}
statusbar();


