$(document).ready(function(){

		//create a bubble popup for each DOM element with class attribute as "text", "button" or "link" and LI, P, IMG elements.
		$('#facebook').CreateBubblePopup({

									position : 'top',
									align	 : 'center',
									
									innerHtml: 'Visita nuestro perfil en Facebook',

									innerHtmlStyle: {
														color:'#FFFFFF', 
														'text-align':'center',
														'padding':'10px;',
														'-moz-border-radius':'10px;',
														'-webkit-border-radius':'10px;',
														'background-color':'#F00;'
													},
													
									tail: {
										   hidden: true
										   },
								    
									dropShadow: false

								 
								});
		$('#rss').CreateBubblePopup({

									position : 'top',
									align	 : 'center',
									
									innerHtml: 'Ponte al día de todas nuestras noticias',

									innerHtmlStyle: {
														color:'#FFFFFF', 
														'text-align':'center',
														'padding':'10px;',
														'-moz-border-radius':'10px;',
														'-webkit-border-radius':'10px;',
														'background-color':'#F00;'
													},
													
									tail: {
										   hidden: true
										   },
								    
									dropShadow: false
																		
								 
								});
		$('#wordpress').CreateBubblePopup({

									position : 'top',
									align	 : 'center',
									
									innerHtml: 'En el Blog Pasión por el Running tendrás toda<br> la información de nuestras novedades',

									innerHtmlStyle: {
														color:'#FFFFFF', 
														'text-align':'center',
														'padding':'10px;',
														'-moz-border-radius':'10px;',
														'-webkit-border-radius':'10px;',
														'background-color':'#F00;'
													},
													
									tail: {
										   hidden: true
										   },
								    
									dropShadow: false
																		
								 
								});
		$('#picasa').CreateBubblePopup({

									position : 'top',
									align	 : 'center',
									
									innerHtml: 'Ya puedes ver las fotos de nuestro último evento',

									innerHtmlStyle: {
														color:'#FFFFFF', 
														'text-align':'center',
														'padding':'10px;',
														'-moz-border-radius':'10px;',
														'-webkit-border-radius':'10px;',
														'background-color':'#F00;'
													},
													
									tail: {
										   hidden: true
										   },
								    
									dropShadow: false
																		
								 
								});
});
