$(document).ready(function() {


 $(document).ready(
				function(){					
					$('#front_pg').innerfade({
						speed: 'slow',
						timeout: 10000,
						type: 'sequence',
						containerheight: '196px'
					});

			}); 

});

