url = document.URL.split('/');
router = new Array();
router.module = url[3];
router.action = url[4];
router.id = url[5];

