$(document).ready(function(){
$.ga.load('UA-11347170-1');
fullScreen();
});
function fullScreen() {
    this.moveTo(0, 0);
    this.resizeTo(screen.availWidth, screen.availHeight)
}
