ok..here goes.. small tutorial .. hopefully i can put it on the blog soon

.. copy and paste the above code into text editor ( applications->accessories).. then save it as router.exp and place it in your home folder.. for example : /home/prash . so the link to the file would be /home/prash/router.exp . Now go to the terminal ( applications->accessories) . and type
crontab -e
Then add the following 2 lines .
15 2 * * * /home/prash/router.exp
45 7 * * * /home/prash/router.exp
Once done adding those lines . press CTRL+X and then press Y ( to save changes ).
Here replace /home/prash with your home folder link . the first line reboots your router at 2:15 and the second line again at 7:45am . this is for the night unlimited . This script works for ut300r2u . For huawei modems i think you need to use system_restart instead of reboot..