$(document).ready(function() {

	$('#pop1').SetBubblePopup({
								innerHtml: '<img src="wuyb/popup_images/product_01.jpg" alt="Robin Hood Flour"> ', 
bubbleAlign: 'center', tailAlign: 'center',  openingVelocity: 250, closingDelay: 75, showOnMouseOver: true, color: 'orange', imageFolder: 'wuyb/bp_images', hideTail: false, zIndex: 100, contentStyle: ' color:#CC0000;  font-family:Tahoma,Arial,Helvetica,sans-serif; font-weight:bold; font-size:16px;'
								});
		$('#pop2').SetBubblePopup({
								innerHtml: '<img src="wuyb/popup_images/product_02.jpg" alt="Smuckers"> ', 
bubbleAlign: 'center', tailAlign: 'center',  openingVelocity: 250, closingDelay: 75, showOnMouseOver: true, color: 'orange', imageFolder: 'wuyb/bp_images', hideTail: false, zIndex: 100,  contentStyle: 'color:#CC0000;  font-family:Tahoma,Arial,Helvetica,sans-serif; font-weight:bold; font-size:16px;'
								});

		$('#pop3').SetBubblePopup({
								innerHtml: '<img src="wuyb/popup_images/product_03.jpg" alt="Smuckers Squeeze">', 
bubbleAlign: 'center', tailAlign: 'center',  openingVelocity: 250, closingDelay: 75, showOnMouseOver: true, color: 'orange', imageFolder: 'wuyb/bp_images', hideTail: false, zIndex: 100,  contentStyle: 'color:#CC0000;  font-family:Tahoma,Arial,Helvetica,sans-serif; font-weight:bold; font-size:16px;'
								});

		$('#pop4').SetBubblePopup({
								innerHtml: '<img src="wuyb/popup_images/product_04.jpg" alt="Carnation">', 
bubbleAlign: 'center', tailAlign: 'center',  openingVelocity: 250, closingDelay: 75, showOnMouseOver: true, color: 'orange', imageFolder: 'wuyb/bp_images', hideTail: false, zIndex: 100,  contentStyle: 'color:#CC0000;  font-family:Tahoma,Arial,Helvetica,sans-serif; font-weight:bold; font-size:16px;'
								});									

		$('#pop5').SetBubblePopup({
								innerHtml: '<img src="wuyb/popup_images/product_05.jpg" alt="Folgers Coffee">', 
bubbleAlign: 'center', tailAlign: 'center',  openingVelocity: 250, closingDelay: 75, showOnMouseOver: true, color: 'orange', imageFolder: 'wuyb/bp_images', hideTail: false, zIndex: 100,  contentStyle: 'color:#CC0000;  font-family:Tahoma,Arial,Helvetica,sans-serif; font-weight:bold; font-size:16px;'
								});

		$('#pop6').SetBubblePopup({
								innerHtml: '<img src="wuyb/popup_images/product_06.jpg" alt="Egg Creations">', 
bubbleAlign: 'center', tailAlign: 'center',  openingVelocity: 250, closingDelay: 75, showOnMouseOver: true, color: 'orange', imageFolder: 'wuyb/bp_images', hideTail: false, zIndex: 100,  contentStyle: 'color:#CC0000;  font-family:Tahoma,Arial,Helvetica,sans-serif; font-weight:bold; font-size:16px;'
								});

		$('#pop7').SetBubblePopup({
								innerHtml: '<img src="wuyb/popup_images/product_07.jpg" alt="Oasis">', 
bubbleAlign: 'center', tailAlign: 'center', openingVelocity: 250, closingDelay: 75, showOnMouseOver: true, color: 'orange', imageFolder: 'wuyb/bp_images', hideTail: false, zIndex: 100, contentStyle: 'color:#CC0000;  font-family:Tahoma,Arial,Helvetica,sans-serif; font-weight:bold; font-size:16px;'
								});			

		$('#pop8').SetBubblePopup({
								innerHtml: '<img src="wuyb/popup_images/product_08.jpg" alt="Maple Leaf">', 
bubbleAlign: 'center', tailAlign: 'center', openingVelocity: 250, closingDelay: 75, showOnMouseOver: true, color: 'orange', imageFolder: 'wuyb/bp_images', hideTail: false, zIndex: 100,  contentStyle: 'color:#CC0000;  font-family:Tahoma,Arial,Helvetica,sans-serif; font-weight:bold; font-size:16px;'
								});			

		$('#pop9').SetBubblePopup({
								innerHtml: '<img src="wuyb/popup_images/product_09.jpg" alt="Nordica">', 
bubbleAlign: 'center', tailAlign: 'center', openingVelocity: 250, closingDelay: 75, showOnMouseOver: true, color: 'orange', imageFolder: 'wuyb/bp_images', hideTail: false, zIndex: 100,  contentStyle: 'color:#CC0000;  font-family:Tahoma,Arial,Helvetica,sans-serif; font-weight:bold; font-size:16px;'
								});

		$('#pop10').SetBubblePopup({
								innerHtml: '<img src="wuyb/popup_images/product_10.jpg" alt="Gay Lea">', 
bubbleAlign: 'center', tailAlign: 'center', openingVelocity: 250, closingDelay: 75, showOnMouseOver: true, color: 'orange', imageFolder: 'wuyb/bp_images', hideTail: false, zIndex: 100,  contentStyle: 'color:#CC0000;  font-family:Tahoma,Arial,Helvetica,sans-serif; font-weight:bold; font-size:16px;'
								});										

	});

		
