function IncludeJavaScript(jsFile)
{
  document.write('<script type="text/javascript" src="'
    + jsFile + '"></scr' + 'ipt>'); 
}

if (self==top) {
    if (location.protocol.indexOf('http') != -1) {
        top.location.href= 'http://' + location.host + '/?a=' + location.pathname + location.search;
    }
}

IncludeJavaScript('/css/google_analytics.js');