Vn.Provinces = new Class
({
Extends: Vn.Module
,onReturnClick: function ()
{
window.history.back();
}
});