		jQuery(function($){

						
			$('#infoBoxWrapperInner').hbImagePopout({
				images : [
					'http://www.hostbridge.com/images/uploads/popup-1.jpg',
					'http://www.hostbridge.com/images/uploads/popup-2.jpg',
					'http://www.hostbridge.com/images/uploads/popup-3.jpg',
					'http://www.hostbridge.com/images/uploads/popup-4.jpg',
					'http://www.hostbridge.com/images/uploads/popup-5.jpg'

				],
				css : {
					'position' : 'absolute',
					'bottom' : '30px',
					'right' : '-65px',
					'z-index' : '100',
					'width' : '222px'

				},
				onDisappear : function () {$('#imagePopupAfter').fadeIn('fast');},
				timeBetween : 3000,
				url : 'http://www.hostbridge.com/index.php/harmonize'

			});
			
		});
