/*
Copyright (c) 2011, STRAIGHTLINE All rights reserved.
*/

/* 
---------------------------------------------------------------------------------------------------
    Extra Init
---------------------------------------------------------------------------------------------------
*/
var ExtraInit = new Class({
	Implements: [Options,Events],
    scrollTimer: null,
    defaultHeaderInnerSize: null,
    options: {
    },
    initialize: function(options) {
        this.setOptions(options);
    },
    
    run: function() {
    
    }
});


