// JavaScript Document

// Author: Sebastian Friedrich (i. A. RUSKA, MARTIN, ASSOCIATES)
// Mail: friedrich@ruskamartin.de
// Web: http://ruskamartin.de

$(function(){
	// BILDERSHOW	
	$(".imgshow").cycle({
		fx:"fade",
		delay:8000,
		speed:1500
	});
});
