function bubblePopped() {
	$('bubbleContainer').style.zIndex = -100;
	$('bubbleContainer').style.width = '0px';
	$('bubbleContainer').style.height = '0px';
	return true;
}
