﻿/**
 * schwarz-schauspieler.de
 * JavaScript Functions
 *
 * @note  Included Plgugins
 * @see
 */

/**
 * DOM Ready | start the scripts when DOM ready
 * @note same as window.onload = function() {}
 */
jQuery(document).ready(function() {
	/* do something */
});