function cargarFacebook(div_target){
	if (div_target != ""){
		var iframeFacebook='<!-- Facebook Badge START --><div style="padding-top:35px;" float="none"><a href="http://es-es.facebook.com/euzkogaztedi" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Euzko Gaztedi Egi">Euzko Gaztedi Egi</a><span style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; line-height: 16px; font-variant: normal; font-style: normal; font-weight: normal; color: #555555; text-decoration: none;">&nbsp;|&nbsp;</span><a href="http://es-es.facebook.com/badges/" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="¡Crea tu propia insignia identificativa!">Crea tu insignia</a><br/><a href="http://es-es.facebook.com/euzkogaztedi" target="_TOP" title="Euzko Gaztedi Egi"><img src="http://badge.facebook.com/badge/1388366548.242.1633643551.png" width="360" height="249" style="border: 0px;" /></a></div><!-- Facebook Badge END -->';
		$(div_target).innerHTML=iframeFacebook;
	}
}

function cargarFlickr(div_target, ancho, alto, izq, top){
	if (div_target != ""){
		var htmlFlickr='<iframe align="center" src="http://www.flickr.com/slideShow/index.gne?user_id=54212727@N04" width="'+ancho+'" height="'+alto+'" frameBorder="0" scrolling="no"></iframe><br />';
		$(div_target).innerHTML=htmlFlickr;
	}
}


