/*
 * jQuery JavaScript Library v1.3.2
 */
 $(document).ready(function(){
   // Your code here
  //$("a").addClass("test");
	
    $(".banner img").each(function() {
        //var src = $(this).attr('src').replace('img_T','img_L');
        //var a = $('<div/>');
        //$(this).wrap(a);
    });
  
  
  
	$('.frontpage_fadebanner .banner').innerfade({
			animationtype: 'fade',
			speed:  3000,
			timeout: 8000,
			type: 'sequence',
			containerheight: '230px'
	});
	$('.fadebanner .banner').innerfade({
			animationtype: 'fade',
			speed:  3000,
			timeout: 8000,
			type: 'sequence',
			containerheight: '200px'
	});	
	

 });