var Import = {
  modules : [  'footerfixed','jquery.easing','jquery.lavalamp','jquery.biggerlink','jquery.color','jquery.shadow','jquery.fancyzoom.min','heightLine', 'smoothscroll','jquery.rollover','common'],
  
  path : '/shared/js/',

  require: function() {
    for(var i=0; i<this.modules.length; i++) {
      document.write('<script type="text/javascript" src="' + this.path + this.modules[i] + '.js"></script>');
    }
  }
}

Import.require();

