// http://medienfreunde.com/deutsch/weblog/aus_der_praxis.html?nid=99
$(document).ready(
 function() {
  $('#logos').load('customers/customer_logos.html',function() {
   $('#logos').innerfade({
    animationtype:'fade',
    speed:'normal',
    timeout:2000,
    type:'random',
    containerheight:'35px'
   })
  });
 }
)
