﻿/**
 * init Javascript
 *
 * (c) 2008 by Michal Luberda
 */
 
$ (document).ready (
    function () {
    }
);

