/* 
 * This script will be excecuted to track all the direct
 * pages.  i.e. all the pages which are opening through a unique URL
 * other than Welcome.do
 */
    var _gaq = _gaq || [];
    _gaq.push(
        ['pageTracker._setAccount', 'UA-3610156-1'],
        ['pageTracker._setDomainName', 'games24x7.com'],
        ['pageTracker._trackPageview']
        );

    (function() {
        var ga = document.createElement('script');
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        ga.setAttribute('async', 'true');
        document.documentElement.firstChild.appendChild(ga);
    })();

