$(document).ready(
                function(){
                    	$('.home_rotator').innerfade({
                        speed: 'fast',
                        timeout: 100,
                        type: 'sequence',
                        containerheight: '310px'
                    	});
				
			});


$(document).ready(
                function(){
                    	$('.border_box2').innerfade({
                        speed: 1000,
                        timeout: 5000,
                        type: 'sequence',
                        containerheight: 	'180px'
                    	});
				
			});

