Thanks for the quick response, however, despite how weak the mobile template is, it does seem to be invoked and displayed on my android phone without doing anything-suggesting it is a feature automatically deployed. I did not think taking out items would solve the problem -I FORGOT TO MENTION I was using the tmpl_bizglories which does seem to automatically employ a mobile page when mobile device is detected...and in the main dolphin installation files under inc/classes I found a BxDolMoblieTemplate.php file (which is a little cryptic and I have not really looked at deeply yet)...at any rate, when I switch back to the UNI template you are right, there is no automatic deployment of a mobile page on my android phone.
In the index.php file in the main installation files under templates/base folder I put the following code into the head tag
<script src="http://static.dudamobile.com/DM_redirect.js" type="text/javascript"></script>
<script type="text/javascript">DM_redirect("http://mobile.dudamobile.com/site/uppermichiganbusiness");</script>
which in an index.php or index.html file should redirect to dudamobile.com and my mobile site developed there...which, I might add, works very well without even tweaking yet
...however, inserting that code there, even after clearing cache (all) did not redirect as I had hoped.