jQuery132(function() {

	/* Bildleiste ---------------------------------- */
	
	myurl = root_path()+"/flash/leiste.swf?";
	
	var images = [];
	jQuery132("#pictureline img").each(function(i) {
		images.push(this.src);
	});
	
	if (typeof(jQuery132("#pictureline .norandom")[0]) != "undefined" ) {
		random = "0";
	} else {
		random = "1";
	}
		
	/* SWFFIX */
	if (SWFFix.hasFlashPlayerVersion("7.0.0")) {
		jQuery132("#pictureline *").remove();
  	jQuery132("#pictureline").prepend("<div id='replaceImages'></div>");
  
		var att = { data: myurl, width:"850", height:"111" };
		var par = { bgcolor:"#182121", flashvars:"rand="+random+"&pic="+images.join(",") };
		var el = document.getElementById("replaceImages");
		SWFFix.createSWF(att, par, el);

    // SWFFix.addDomLoadEvent(fn);
	}

	/* Zitatautoren ---------------------------------- */

	jQuery132("blockquote p").prepend('»').append('«');
	if (jQuery132("blockquote").attr("title") != false) {
		jQuery132("blockquote p").append('<br /><span class="author">(' + jQuery132("blockquote").attr("title") + ')</span>');
	}
	
	
	
	/* Flashfilm-Lightbox ---------------------------------- */
	
	jQuery132('div.flashfilm').hide();

  jQuery132("#nav-showroom .hidemychildren li:first-child a").click(function(){
    jQuery132(this).parent().next().find("a").click();
    return false;
  });

});
