		jQuery(window).ready(function() {
			
			/*
			 * Resets and repositions all elements when called.
			 */	
			// resize explicitly
			jQuery(window).bind('resize', function() {
				jQuery().popup('reposition');
			});
			
			/*****Popup#1*****/
			jQuery('#labelimg1').popup({innerHTML: 'p'})
			.popup('assign', jQuery('#firstGraphic'), 'mouseenter', 'show', {
				position: {
					relativeTo: jQuery('#firstGraphic'), 
					x: 'overlay', 
                    offsetX: -5,
					y: 'overlay',
                    offsetY: -25, 
					injectIn: jQuery('#firstGraphic')
				}, 
				showOptions: {opacity: 0.6}
			})
			.popup('assign', jQuery('#firstGraphic'), 'mouseleave', 'hide');
			/*****Popup#2*****/
			jQuery('#labelimg2').popup({innerHTML: 'p'})
			.popup('assign', jQuery('#secondGraphic'), 'mouseenter', 'show', {
				position: {
					relativeTo: jQuery('#secondGraphic'), 
					x: 'overlay', 
                    offsetX: -164,
					y: 'overlay',
                    offsetY: -184, 
					injectIn: jQuery('#secondGraphic')
				}, 
				showOptions: {opacity: 0.6}
			})
			.popup('assign', jQuery('#secondGraphic'), 'mouseleave', 'hide');
			/*****Popup#3*****/
			jQuery('#labelimg3').popup({innerHTML: 'p'})
			.popup('assign', jQuery('#thirdGraphic'), 'mouseenter', 'show', {
				position: {
					relativeTo: jQuery('#thirdGraphic'), 
					x: 'overlay', 
                    offsetX: -324,
					y: 'overlay',
                    offsetY: -184, 
					injectIn: jQuery('#thirdGraphic')
				}, 
				showOptions: {opacity: 0.6}
			})
			.popup('assign', jQuery('#thirdGraphic'), 'mouseleave', 'hide');
			/*****Popup#4*****/
			jQuery('#labelimg4').popup({innerHTML: 'p'})
			.popup('assign', jQuery('#fourthGraphic'), 'mouseenter', 'show', {
				position: {
					relativeTo: jQuery('#fourthGraphic'), 
					x: 'overlay', 
                    offsetX: 70,
					y: 'overlay',
                    offsetY: -346, 
					injectIn: jQuery('#fourthGraphic')
				}, 
				showOptions: {opacity: 0.6}
			})
			.popup('assign', jQuery('#fourthGraphic'), 'mouseleave', 'hide');
			/*****Popup#5*****/
			jQuery('#labelimg5').popup({innerHTML: 'p'})
			.popup('assign', jQuery('#fifthGraphic'), 'mouseenter', 'show', {
				position: {
					relativeTo: jQuery('#fifthGraphic'), 
					x: 'overlay', 
                    offsetX: -485,
					y: 'overlay',
                    offsetY: -512, 
					injectIn: jQuery('#fifthGraphic')
				}, 
				showOptions: {opacity: 0.6}
			})
			.popup('assign', jQuery('#fifthGraphic'), 'mouseleave', 'hide');
			/*****Popup#6 -Removed*****/
			/*****Popup#7*****/
			jQuery('#labelimg7').popup({innerHTML: 'p'})
			.popup('assign', jQuery('#seventhGraphic'), 'mouseenter', 'show', {
				position: {
					relativeTo: jQuery('#seventhGraphic'), 
					x: 'overlay', 
                    offsetX: -962,
					y: 'overlay',
                    offsetY: -270, 
					injectIn: jQuery('#seventhGraphic')
				}, 
				showOptions: {opacity: 0.6}
			})
			.popup('assign', jQuery('#seventhGraphic'), 'mouseleave', 'hide');
			/*****Popup#8*****/
			jQuery('#labelimg8').popup({innerHTML: 'p'})
			.popup('assign', jQuery('#eighthGraphic'), 'mouseenter', 'show', {
				position: {
					relativeTo: jQuery('#eighthGraphic'), 
					x: 'overlay', 
                    offsetX: 0,
					y: 'overlay',
                    offsetY: 0, 
					injectIn: jQuery('#eighthGraphic')
				}, 
				showOptions: {opacity: 0.6}
			})
			.popup('assign', jQuery('#eighthGraphic'), 'mouseleave', 'hide');
			/*****Popup#10*****/
			jQuery('#labelimg10').popup({innerHTML: 'p'})
			.popup('assign', jQuery('#tenthGraphic'), 'mouseenter', 'show', {
				position: {
					relativeTo: jQuery('#tenthGraphic'), 
					x: 'overlay', 
                    offsetX: -162,
					y: 'overlay',
                    offsetY: 0, 
					injectIn: jQuery('#tenthGraphic')
				}, 
				showOptions: {opacity: 0.6}
			})
			.popup('assign', jQuery('#tenthGraphic'), 'mouseleave', 'hide');
			/*****Popup#11*****/
			jQuery('#labelimg11').popup({innerHTML: 'p'})
			.popup('assign', jQuery('#eleventhGraphic'), 'mouseenter', 'show', {
				position: {
					relativeTo: jQuery('#eleventhGraphic'), 
					x: 'overlay', 
                    offsetX: -486,
					y: 'overlay',
                    offsetY: 0, 
					injectIn: jQuery('#eleventhGraphic')
				}, 
				showOptions: {opacity: 0.6}
			})
			.popup('assign', jQuery('#eleventhGraphic'), 'mouseleave', 'hide');
			/*****Popup#12*****/
			jQuery('#labelimg12').popup({innerHTML: 'p'})
			.popup('assign', jQuery('#twelfthGraphic'), 'mouseenter', 'show', {
				position: {
					relativeTo: jQuery('#twelfthGraphic'), 
					x: 'overlay', 
                    offsetX: -162,
					y: 'overlay',
                    offsetY: -161, 
					injectIn: jQuery('#twelfthGraphic')
				}, 
				showOptions: {opacity: 0.6}
			})
			.popup('assign', jQuery('#twelfthGraphic'), 'mouseleave', 'hide');
			/*****Popup#13*****/
			jQuery('#labelimg13').popup({innerHTML: 'p'})
			.popup('assign', jQuery('#thirteenthGraphic'), 'mouseenter', 'show', {
				position: {
					relativeTo: jQuery('#thirteenthGraphic'), 
					x: 'overlay', 
                    offsetX: -324,
					y: 'overlay',
                    offsetY: -161, 
					injectIn: jQuery('#thirteenthGraphic')
				}, 
				showOptions: {opacity: 0.6}
			})
			.popup('assign', jQuery('#thirteenthGraphic'), 'mouseleave', 'hide');
		});

