// JavaScript Document




        var qry = parent.document.URL.substring(parent.document.URL.indexOf('?'), parent.document.URL.length);

        var ua = navigator.userAgent.toLowerCase();

        if (screen.width < 600 && qry != '?view=full')

            window.location = "http://healthcare.creativemo.biz/smoms/";

        else if ((ua.indexOf("ipad") > -1 || ua.indexOf("sch-i800") > -1 || ua.indexOf("xoom") > -1 || ua.indexOf("kindle") > -1) && qry != '?view=full')

            window.location = "http://www.smoms.com/?view=full";




 // <![CDATA[

    if ( (navigator.userAgent.indexOf('Android') != -1) ) {

        document.location = "http://healthcare.creativemo.biz/smoms/";

    } // ]]>


