﻿
hs.showCredits = 0;
hs.graphicsDir = '/highslide/graphics/';
hs.outlineType = 'rounded-white'; //rounded-white
hs.wrapperClassName = 'draggable-header no-footer';
hs.allowSizeReduction = true;
hs.preserveContent = true;
hs.align = 'center';
hs.dimmingOpacity = 0.50;
hs.dimmingDuration = 0;

var e = []; function ce(id) { if (!e[id]) { e[id] = $(id); } return e[id]; }

e['document'] = $(document);
e['document'].ready(function() { app.init(); });

var app = {

    module: 'news',

    init: function() {

    }

};

