//script: init
//description: start up script
//author: Marcus Kielly
//company: Deckchair Designs
//date: 8/12/09
//dependecies: jQuery 1.3

$(document).ready(function() {
    DC_accordion();
    DC_toolbar();
    EntropyApplet = document.getElementById('EntropyApplet');
    EllinghamApplet = document.getElementById('EllinghamApplet');
 });
