// banner_innerfade.js is a custom JS for all banner's fading animation. use it with jquery_innerfade.js which is an engin. 
// jquery innerfade's author site : http://medienfreunde.com/deutsch/weblog/aus_der_praxis.html?nid=162

jQuery(document).ready(function(){
	$('.sidebannerinnerfade').innerfade({
		animationtype: 'fade',
		speed:'slow',
		timeout:9000,
		});
//JS here
});
