Redirecting in Joomla 1.5

So a lot of things are changing for Joomla 1.5 and I ran across one of those last night. For redirecting we used "mosRedirect()" in Joomla 1.0. There is a "josRedirect()", but I was having issues with it last night after I got the latest nightly build. After some research I found "$mainframe->redirect()" which worked flawlessly. Johan confirmed that "$mainframe->redirect()" is the better way to go. Moral of the story "mosRedirect" is now "$mainframe->redirect()".