/***********************************************************************/
/****************************************** inidvidual init script *****/
/***********************************************************************/

var USE_SIFR = true;
if (Info.browser.isOpera || Info.os.isLinux) USE_SIFR = false;

setup_sifr();

$(document).ready(function() {
	initLayout_sifr();            // replaces some html by flash        [lib/core.js]

	// SLIDESHOW INIT
	$('#slideshow').slideshow({
		timeout: 5000,
		type: 'sequence'
	});
});
