// JavaScript Document
 $(document).ready(
				function(){
					$('#banner-links').innerfade({
						animationtype: 'fade',
						speed: 1000,
						timeout: 12000,
						type: 'random_start',
						containerheight: '300px'
					});
					
					$('#c326,#c327,#c328,#c329,#c330,#c345,#c348.csc-default').innerfade({
						animationtype: 'slide',
						speed: 1500,
						timeout: 11000,
						type: 'random',
						containerheight: '190px'
					});
					
					$('').innerfade({
						speed: 1000,
						timeout: 6000,
						type: 'random_start',
						containerheight: '190px'
					});
					
					$('.adi').innerfade({
						speed: 'slow',
						timeout: 5000,
						type: 'random',
						containerheight: '100px'
					});

			});

