// -- file start --


// to do:
// - 


TutorialFactory = {
  VERSION: '1.0',
  AUTHOR: 'Till Halbach (Norwegian Computing Center)',
  LICENSE: 'Creative Commons Attribution-Share Alike 3.0 Unported License, http://creativecommons.org/licenses/by-sa/3.0/',
  CONTACT: 'http://nr.no'
}
  
  
// -- main --
// table of contents
$( document).insertToC( '#contentListing', 'h1,h2,h5,h6', 'Intern henvisning', 'Innholdsfortegnelse blir laget automatisk, vennligst vent.');
// cross-references
$('body').crossRefer( 'internalReferer', 'Avsnitt');


// -- file end --
