// JavaScript Document

	   $(document).ready(
				function(){
					$('.panelContainer').innerfade({
						speed: 1000,
						timeout: 4500,
						type: 'random_start'
					});
					

			});
