﻿	   jQuery(document).ready(
				function(){
					jQuery('ul#baloon').innerfade({
						speed: 5000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '300px'
					});

			});

