var SiteTracker = new Class({
    initialize: function(obj){
        this.obj = obj;
        this.document = obj.document;
        this.pageView();
    },
    
    pageView: function(){
    
    },
    
    pageEvent: function(el){
    
    }
    
     
});

