// JavaScript Document
window.onload = mapa;

function mapa(){
	var imagen=document.createElement('div');
	imagen.innerHTML="<iframe id='oficinaMadrid' width='397' height='300' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.es/maps/ms?ie=UTF8&amp;hl=es&amp;msa=0&amp;msid=113305429301890740740.000475f78d92f8d131dc1&amp;ll=40.44907,-3.695312&amp;spn=0.009797,0.017166&amp;z=15&amp;output=embed'></iframe><br /><small>Ver <a href='http://maps.google.es/maps/ms?ie=UTF8&amp;hl=es&amp;msa=0&amp;msid=113305429301890740740.000475f78d92f8d131dc1&amp;ll=40.44907,-3.695312&amp;spn=0.009797,0.017166&amp;z=15&amp;source=embed' style='color:#FFF;text-align:left'>Oficina de Madrid</a> en un mapa más grande</small>";
	var x=document.getElementsByClassName('section_69');
	x[0].lastChild.appendChild(imagen);
	//document.getElementById('section_69').lastChild.appendChild(imagen);
	var imagen2=document.createElement('div');
	imagen2.innerHTML="<iframe width='397' height='300' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.es/maps/ms?ie=UTF8&amp;hl=es&amp;msa=0&amp;msid=113305429301890740740.000475f7a1d25ddcdcdd3&amp;ll=41.39616,2.152076&amp;spn=0.009658,0.017166&amp;z=15&amp;output=embed'></iframe><br /><small>Ver <a href='http://maps.google.es/maps/ms?ie=UTF8&amp;hl=es&amp;msa=0&amp;msid=113305429301890740740.000475f7a1d25ddcdcdd3&amp;ll=41.39616,2.152076&amp;spn=0.009658,0.017166&amp;z=15&amp;source=embed' style='color:#FFF;text-align:left'>Oficina de Barcelona</a> en un mapa más grande</small>";
	var y=document.getElementsByClassName('section_70');
	y[0].lastChild.appendChild(imagen2);
	//document.getElementById('section_69').lastChild.appendChild(imagen);
	
}
