jQuerySrc = 'fileadmin/js/jquery-1.4.4.min.js';
if(typeof jQuery=='undefined'){document.write("<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js\"></"+"script>");}
if(typeof jQuery=='undefined'){document.write("<script type=\"text/javascript\" src=\"http://cdn.core-design.de/js/jQuery/jquery-1.5.min.js\"></"+"script>");}
if(typeof jQuery=='undefined'){document.write("<script type=\"text/javascript\" src=\"" + jQuerySrc + "\"></"+"script>");}
document.write("<script src=\"http://cdn.core-design.de/js/jQuery/jquery.innerfade.js\" type=\"text/javascript\"></"+"script>");
var $j = jQuery.noConflict();
$j(document).ready(
function(){
	$j('#news').innerfade({
		animationtype: 'slide',
		speed: 750,
		timeout: 2000,
		type: 'random',
		containerheight: '1em'
	});
	$j('ul#portfolio').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '220px'
	});
	$j('.fade').innerfade({
		speed: 1000,
		timeout: 6000,
		type: 'random_start',
		containerheight: '1.5em'
	});
	$j('.adi').innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'random',
		containerheight: '150px'
	});
});
jQuery(function($) {
    if($("#headerslide ul li").length > 1) {
        $("#headerslide ul").innerfade({
            speed: 2000,
            timeout: 4000,
            containerheight: '200px'
        });
    }
});


