jQuery(document).ready(function() {
	
	jQuery('.monster1').SetBubblePopup({
		tagID: [],
		cssClass: [],
		relAttribute: [],
		htmlTag: [],
		innerHtml: '<p><font size=3>Looking for Monster Garage Season 2?</font><br>Check out our <a href="http://onscreencars.com/store">online store</a>!</p>',
		bubbleAlign: 'left',
		tailAlign: 'left',
		distanceFromTarget: 180,
		openingVelocity: 250,
		closingDelay: 150,
		showOnMouseOver: true,
		color: 'azure',
		imageFolder: '/bp_images',
		hideTail: false,
		hideObjectID: [],
		contentStyle: '',
		zIndex: 100,
		width: 'auto',
	});
	
	jQuery('#dummy2').SetBubblePopup({
		tagID: [],
		cssClass: [],
		relAttribute: [],
		htmlTag: [],
		innerHtml: '<p><font size=3>Looking for Monster Garage Season 1?</font><br>Check out our <a href="http://onscreencars.com/store">online store</a>!</p>',
		bubbleAlign: 'left',
		tailAlign: 'left',
		distanceFromTarget: 180,
		openingVelocity: 250,
		closingDelay: 150,
		showOnMouseOver: true,
		color: 'azure',
		imageFolder: 'bp_images',
		hideTail: false,
		hideObjectID: [],
		contentStyle: '',
		zIndex: 100,
		width: 'auto',
	});
	
});
