﻿
function MM_preloadImages() { //v3.0
    var d = document; if (d.images) {
        if (!d.MM_p) d.MM_p = new Array();
        var i, j = d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i < a.length; i++)
            if (a[i].indexOf("#") != 0) { d.MM_p[j] = new Image; d.MM_p[j++].src = a[i]; }
    }
}
function LoadPageEvent() {
    MM_preloadImages('http://www.geniussolutions.com/images/2006sNews2.jpg', 'http://www.geniussolutions.com/images/2006sHome1.jpg', 'http://www.geniussolutions.com/images/2006sAbout2.jpg', 'http://www.geniussolutions.com/images/2006sProducts2.jpg', 'http://www.geniussolutions.com/images/2006sServices2.jpg', 'http://www.geniussolutions.com/images/2006sCareer2.jpg', 'http://www.geniussolutions.com/images/2006sDemo2.jpg', 'http://www.geniussolutions.com/images/2006sContact2.jpg', 'http://www.geniussolutions.com/images/2006sHIPAA2.jpg', 'http://www.geniussolutions.com/images/2006sSearch2.jpg', 'http://www.geniussolutions.com/images/2006sLinks2.jpg', 'http://www.geniussolutions.com/images/2006sHomeO.jpg', 'http://www.geniussolutions.com/images/2006sAboutO.jpg', 'http://www.geniussolutions.com/images/2006sProductsO.jpg', 'http://www.geniussolutions.com/images/2006sServicesO.jpg', 'http://www.geniussolutions.com/images/2006sCareerO.jpg', 'http://www.geniussolutions.com/images/2006sDemoO.jpg', 'http://www.geniussolutions.com/images/2006sContactO.jpg', 'http://www.geniussolutions.com/images/2006sNewsO.jpg', 'http://www.geniussolutions.com/images/2006sHIPAAO.jpg', 'http://www.geniussolutions.com/images/2006sSearchO.jpg', 'http://www.geniussolutions.com/images/2006sLinksO.jpg');
}
window.onload = LoadPageEvent;


// SCRIPT CREATED BY NK
var site_root_err = '//geniussolutions.com';
var site_root_www = '//www.geniussolutions.com';
var loc = window.location.href;
// REDIRECT GENIUSSOLUTIONS.COM TO WWW.GENIUSSOLUTIONS.COM
function www_redirect() {
    if (loc.indexOf(site_root_err) > 0) {
        var redirect_loc = loc.replace(site_root_err, site_root_www);
        window.location.href = redirect_loc;
    }
}

// GOOGLE ANALYTICS
//function Google_Analytics() {
    //var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    //var scriptsrc = "<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'></script>";
    //document.writeln(scriptsrc);
//}

function Google_Analytics_Load() {
    try {
        var pageTracker = _gat._getTracker("UA-9120612-1");
        pageTracker._trackPageview();
    } catch (err) { 
        //alert(err); 
    }
}
if (loc.indexOf(site_root_www) > 0 | loc.indexOf(site_root_err) > 0) {
    Google_Analytics_Load();
}

function Redirect(url) {
    window.location.href = url;
}