-
Notifications
You must be signed in to change notification settings - Fork 0
/
VM1314-FEB.htm
521 lines (516 loc) · 37.2 KB
/
VM1314-FEB.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
<html>
<head>
<title>PARANORMALIA (paranormalia.tk - paranormalia1.tk)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="shortcut icon" href="paranormalia.ico">
<script language="JavaScript">
<!--
var speed = 90
var pause = 3000
var timerID = null
var bannerRunning = false
var ar = new Array()
ar[0] = "Paranormalia - Fenómenos extraños que no se pueden explicar."
var currentMessage = 0
var offset = 0
function stopBanner() {
if (bannerRunning)
clearTimeout(timerID)
bannerRunning = false
}
function startBanner() {
stopBanner()
showBanner()
}
function showBanner() {
var text = ar[currentMessage]
if (offset < text.length) {
if (text.charAt(offset) == " ")
offset++
var partialMessage = text.substring(0, offset + 1)
window.status = partialMessage
offset++ // IE sometimes has trouble with "++offset"
timerID = setTimeout("showBanner()", speed)
bannerRunning = true
} else {
offset = 0
currentMessage++
if (currentMessage == ar.length)
currentMessage = 0
timerID = setTimeout("showBanner()", pause)
bannerRunning = true
}
}
startBanner();
// -->
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body bgcolor="#000000" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" onLoad="MM_preloadImages('cerrar2.jpg')">
<script language="JavaScript1.2">
document.body.style.background="url('fondoinicioG.jpg') #000000 center no-repeat fixed"
</script>
<div id="contadorWEB" style="position:absolute; left:9px; top:-50px; width:200px; height:30px; z-index:1; visibility: hidden;">
<div align="center">
<script type="text/javascript" language="JavaScript">
<!--
document.write("<img src=\"http://www.ademails.com/cgi-bin/contador.cgi?ID=40168");
document.write("&referer=");
document.write(escape(document.referrer));
document.write("\" border=0 alt=\"\">");
// -->
</script>
</div>
</div>
<div id="contadorVDM" style="position:absolute; left:9px; top:-50px; width:200px; height:30px; z-index:2; visibility: hidden;">
<div align="center">
<script type="text/javascript" language="JavaScript">
<!--
document.write("<img src=\"http://www.ademails.com/cgi-bin/contador.cgi?ID=1059917884");
document.write("&referer=");
document.write(escape(document.referrer));
document.write("\" border=0 alt=\"\">");
// -->
</script>
</div>
</div>
<div align="center">
<table width="360" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="171" align="right" valign="middle"><a href="https://www.facebook.com/paranormaliaweb/" target="_blank"><img src="Facebook.gif" title="Síguenos en Facebook" width="98" height="29" border="0"></a></td>
<td width="10"><b><font face="Arial"></font></b></td>
<td width="171" align="left" valign="middle"><b><font face="Arial"><a href="https://paranormaliaweb.wordpress.com/" target="_blank"><img src="BLOG.gif" title="Entrar en el BLOG de Paranormalia" width="98" height="29" border="0" align="absmiddle"></a></font></b></td>
</tr>
</table>
<table width="606" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="70" align="center" valign="middle"><strong><font color="#FFFFCC" size="6">Voces
del Misterio</font></strong><br>
<strong><font size="5">TEMPORADA 2013/2014 - FEBRERO</font></strong> <a href="http://blip.tv/paranormalia-voces-misterio-2/rss/mp3/" target="_blank">
</a><a href="http://www.ivoox.com/podcast-podcast-paranormalia-vdm_fg_f124678_filtro_1.xml" target="_blank"><img src="Icono_PodCast2_chico.png" title="RSS de Paranormalia" width="18" height="18" border="0"></a><br>
<table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#999999">
<tr>
<td width="18" align="center" valign="middle"><img src="descargar_iVoox.gif" width="18" height="18" border="0"></td>
<td align="center" valign="middle"><font color="#FFCCFF" size="2">Programa
completo y sin comprimir, formato<strong><font color="#CC9933">
MP3 (24 Kbps)</font></strong></font></td>
<td width="130" align="center" valign="middle" bgcolor="#333333"><img src="Logo_iVoox.gif" width="39" height="11"></td>
</tr>
<tr>
<td align="center" valign="middle"> <img src="descargar_InternetArchive.gif" width="18" height="18" border="0"></td>
<td align="center" valign="middle"> <font color="#FFCCFF" size="2">Sin
dividir y sin comprimir, formato<strong><font color="#CC9933"> MP3
(24 Kbps)</font></strong></font></td>
<td align="center" valign="middle" bgcolor="#000000"> <font size="2"><strong>INTERNET
ARCHIVE</strong></font></td>
</tr>
<tr>
<td align="center" valign="middle"><img src="descargar_MF2.gif" width="18" height="18" border="0"></td>
<td align="center" valign="middle"><font color="#FFCCFF" size="2">Programa
completo y comprido en RAR, formato <strong><font color="#33CCFF">MP3
(24 Kbps)</font></strong></font></td>
<td align="center" valign="middle" bgcolor="#FFFFFF"><font color="#FFCCFF" size="2"><img src="Logo_MediaFire.gif" width="82" height="11" border="0"></font></td>
</tr>
</table></td>
</tr>
<tr>
<td align="center" valign="middle"><br>
<table width="100%" border="1" cellpadding="0">
<tr>
<td height="48"> <table width="100%" height="45" border="0" cellpadding="0">
<tr>
<td width="20%" align="center" valign="middle"><font size="3"><strong>VDM
28/02/14 <br>
<font color="#FFFF00">(8x35)</font></strong></font></td>
<td align="center" valign="middle"> <font size="3"><em><font color="#FFFF00"><strong>Monográfico
con Javier Sierra, biografía-entrevista<br>
y misterios de Cristóbal Colón</strong></font></em></font></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify"><font size="2">Emisión del 28 de Febrero
de 2014. Programa ESPECIAL <font color="#66CCFF"><em><strong>MONOGRÁFICO
dedicado a la figura de JAVIER SIERRA</strong></em></font>; comenzaremos
con unos <font color="#66CCFF"><em><strong>apuntes biográficos</strong></em></font>
para pasar a una <font color="#66CCFF"><em><strong>entrevista
muy persona</strong></em></font>l con él realizada por
nuestro compañero <strong>Jordi Fernández</strong>;
Javier Sierra, en el marco de una conferencia, nos hablará
de los <font color="#66CCFF"><em><strong>misterios del Descubrimiento
de América y Cristóbal Colón</strong></em></font>.
Todo esto y mucho más en "<strong><font color="#66CC00">Voces
del Misterio</font></strong>", en <font color="#FF3300"><strong>SFC
Radio (91.6 FM)</strong></font>.</font></div>
<p align="justify"><font size="2">Un programa dirigido por <strong>Jesús
García</strong> y <strong>José Manuel García
Bautista</strong>.</font></p>
<div align="center">
<table border="0" cellpadding="0">
<tr>
<td width="24" height="24" align="center" valign="middle"><a href="http://www.mediafire.com/download/fid26ckj1oduymo/VocesDelMisterio-280214.rar" target="_blank"><img src="descargar_MF2.gif" width="24" height="24" title="Descargar archivo desde MediaFire.com" border="0"></a><a href="http://www.mediafire.com/download/8sdnbg33sd7u11z/VocesDelMisterio-140214.rar" target="_blank"></a></td>
<td width="24" height="24" align="center" valign="middle"><div align="center"><a href="http://www.ivoox.com/voces-del-misterio-28-02-14-n-346-audios-mp3_rf_2879420_1.html" target="_blank"><img src="descargar_iVoox.gif" width="24" height="24" title="Descargar archivo desde iVoox.com" border="0"></a></div></td>
<td width="24" height="24"><div align="center"><a href="http://archive.org/download/Vdm-Emision280214/VocesDelMisterio-280214.mp3" target="_blank"><img src="descargar_InternetArchive.gif" width="24" height="24" title="Para descargar este MP3 desde Internet Archive utiliza el botón derecho del ratón y seleccionar "Guardar destino como..."" border="0"></a></div></td>
<td width="290" bgcolor="#999999"><object data="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision280214/VocesDelMisterio-280214.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision280214/VocesDelMisterio-280214.mp3" name="movie" />
<param value="high" name="quality" />
<param value="true" name="menu" />
<param value="transparent" name="wmode" />
</object></td>
</tr>
</table>
<br>
<strong><font color="#FFFFCC" size="2">(SUMARIO OBTENIDO DE <a href="http://www.vocesdelmisterio.com/" target="_blank">VOCES
DEL MISTERIO</a>)</font></strong></div></td>
</tr>
</table>
<br>
<table width="100%" border="1" cellpadding="0">
<tr>
<td height="48"> <table width="100%" height="45" border="0" cellpadding="0">
<tr>
<td width="20%" align="center" valign="middle"><font size="3"><strong>VDM<br>
<font color="#FFFF00">(ESPECIAL)</font></strong></font></td>
<td align="center" valign="middle"> <font size="3"><em><font color="#FFFF00"><strong>Inmortales
(Carlos Canales y Guillermo Díaz)</strong></font></em></font></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify"><font size="2">Programa "<strong><font color="#66CC00">Voces
del Misterio</font></strong>" ESPECIAL. <strong>Carlos Canales</strong>
y <strong>Guillermo Díaz</strong> os hablan, dentro de
la Xª Semana del Misterio de Sevilla -Centro Cultural "Don
Cecilio" de Triana- la conferencia titulada <strong><font color="#66CCFF"><em>“Inmortales”</em></font></strong>.
En esta ocasión nos hablarán de los inmortales,
aquellos que parecen tener el secreto de la vida eterna y que
a lo largo de la Historia parecen haberse negado a ver consumida
su existencia. Para unos son viajeros en el Tiempo, para otros
inmortales, para otros seres de leyenda… ¿Qué
hay de verdad en todo ello? Carlos Canales y Guillermo Díaz,
como aportación, lo desvelarán.</font></div>
<p align="justify"><font size="2">Un programa dirigido por <strong>Jesús
García</strong> y <strong>José Manuel García
Bautista</strong>.</font></p>
<div align="center">
<table border="0" cellpadding="0">
<tr>
<td width="24" height="24" align="center" valign="middle"><a href="http://www.mediafire.com/download/fzi33ettmw32pak/VocesDelMisterio-EspecialInmortales.rar" target="_blank"><img src="descargar_MF2.gif" width="24" height="24" title="Descargar archivo desde MediaFire.com" border="0"></a><a href="http://www.mediafire.com/download/8sdnbg33sd7u11z/VocesDelMisterio-140214.rar" target="_blank"></a></td>
<td width="24" height="24" align="center" valign="middle"><div align="center"><a href="http://www.ivoox.com/voces-del-misterio-especial-inmortales-audios-mp3_rf_2988556_1.html" target="_blank"><img src="descargar_iVoox.gif" width="24" height="24" title="Descargar archivo desde iVoox.com" border="0"></a></div></td>
<td width="24" height="24"><div align="center"><a href="http://archive.org/download/Vdm-Especial/VocesDelMisterio-EspecialInmortales.mp3" target="_blank"><img src="descargar_InternetArchive.gif" width="24" height="24" title="Para descargar este MP3 desde Internet Archive utiliza el botón derecho del ratón y seleccionar "Guardar destino como..."" border="0"></a></div></td>
<td width="290" bgcolor="#999999"><object data="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Especial/VocesDelMisterio-EspecialInmortales.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Especial/VocesDelMisterio-EspecialInmortales.mp3" name="movie" />
<param value="high" name="quality" />
<param value="true" name="menu" />
<param value="transparent" name="wmode" />
</object></td>
</tr>
</table>
<br>
<strong><font color="#FFFFCC" size="2">(SUMARIO OBTENIDO DE <a href="http://www.vocesdelmisterio.com/" target="_blank">VOCES
DEL MISTERIO</a>)</font></strong></div></td>
</tr>
</table>
<br>
<table width="100%" border="1" cellpadding="0">
<tr>
<td height="48"> <table width="100%" height="45" border="0" cellpadding="0">
<tr>
<td width="20%" align="center" valign="middle"><font size="3"><strong>VDM<br>
<font color="#FFFF00">(ESPECIAL)</font></strong></font></td>
<td align="center" valign="middle"> <font size="3"><em><font color="#FFFF00"><strong>Pueblos
tocados por los dioses<br>
(Lorenzo Fernández y Juan José Revenga)</strong></font></em></font></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify"><font size="2">Programa ESPECIAL con la conferencia
de <strong>Lorenzo Fernández Bueno</strong> y <strong>Juan
José Revenga</strong> <strong><font color="#66CCFF"><em>“Pueblos
tocados por los dioses”</em></font></strong> dentro de la
Xª Semana del Misterio de Sevilla organizada por el Centro
Cultural "Don Cecilio" de Triana. Los dos conferenciantes
son una leyenda viva de la investigación y el periodismo
sin fronteras, Lorenzo Fernández Bueno (director de la
revista “Enigmas”) y Juan José Revenga (documentalista
de RTVE) proponen un viaje a aquellos pueblos que en un lejano
pasado puede que recibieran la visita de seres que ellos entendieron
en su cultura como dioses y que puede que fueran visitantes de
más allá de nuestro planeta. Rastros a lo largo
y ancho del mundo que le dejarán boquiabierto con la más
impresionantes de las demostraciones visuales. Un viaje que le
sorprenderá. Todo esto y mucho más en "<strong><font color="#66CC00">Voces
del Misterio</font></strong>", en <font color="#FF3300"><strong>SFC
Radio (91.6 FM)</strong></font>.</font></div>
<p align="justify"><font size="2">Un programa dirigido por <strong>Jesús
García</strong> y <strong>José Manuel García
Bautista</strong>.</font></p>
<div align="center">
<table border="0" cellpadding="0">
<tr>
<td width="24" height="24" align="center" valign="middle"><a href="http://www.mediafire.com/download/l851x8cp7lgbuwc/VocesDelMisterio-EspecialPueblosTocadosPorLosDioses.rar" target="_blank"><img src="descargar_MF2.gif" width="24" height="24" title="Descargar archivo desde MediaFire.com" border="0"></a><a href="http://www.mediafire.com/download/8sdnbg33sd7u11z/VocesDelMisterio-140214.rar" target="_blank"></a></td>
<td width="24" height="24" align="center" valign="middle"><div align="center"><a href="http://www.ivoox.com/voces-del-misterio-especial-pueblos-tocados-los-audios-mp3_rf_2988541_1.html" target="_blank"><img src="descargar_iVoox.gif" width="24" height="24" title="Descargar archivo desde iVoox.com" border="0"></a></div></td>
<td width="24" height="24"><div align="center"><a href="http://archive.org/download/Vdm-EspecialPueblosTocadosPorLosDioses/VocesDelMisterio-EspecialPueblosTocadosPorLosDioses.mp3" target="_blank"><img src="descargar_InternetArchive.gif" width="24" height="24" title="Para descargar este MP3 desde Internet Archive utiliza el botón derecho del ratón y seleccionar "Guardar destino como..."" border="0"></a></div></td>
<td width="290" bgcolor="#999999"><object data="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-EspecialPueblosTocadosPorLosDioses/VocesDelMisterio-EspecialPueblosTocadosPorLosDioses.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-EspecialPueblosTocadosPorLosDioses/VocesDelMisterio-EspecialPueblosTocadosPorLosDioses.mp3" name="movie" />
<param value="high" name="quality" />
<param value="true" name="menu" />
<param value="transparent" name="wmode" />
</object></td>
</tr>
</table>
<br>
<strong><font color="#FFFFCC" size="2">(SUMARIO OBTENIDO DE <a href="http://www.vocesdelmisterio.com/" target="_blank">VOCES
DEL MISTERIO</a>)</font></strong></div></td>
</tr>
</table>
<br>
<table width="100%" border="1" cellpadding="0">
<tr>
<td height="48"> <table width="100%" height="45" border="0" cellpadding="0">
<tr>
<td width="20%" align="center" valign="middle"><font size="3"><strong>VDM<br>
<font color="#FFFF00">(ESPECIAL)</font></strong></font></td>
<td align="center" valign="middle"> <font size="3"><em><font color="#FFFF00"><strong>Historia
y conspiración del 23-F, golpe de Estado en España</strong></font></em></font></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify"><font size="2">Espacio ESPECIAL de <strong><font color="#66CC00">"Voces
del Misterio"</font></strong> en el que vamos a hablar del
<em> <strong><font color="#66CCFF">23-F</font></strong></em> de
su HISTORIA y de la CONSPIRACIÓN que hay (o pudiera haber)
tras el mismo desarrollando diferentes puntos para entenderlo
mejor. Una fecha histórica en la historia del país
en el que se plantean muchos interrogantes y apartados por esclarecer.
23-F, golpe de Estado en España.</font></div>
<p align="justify"><font size="2">Un programa dirigido por <strong>Jesús
García</strong> y <strong>José Manuel García
Bautista</strong>.</font></p>
<div align="center">
<table border="0" cellpadding="0">
<tr>
<td width="24" height="24" align="center" valign="middle"><a href="http://www.mediafire.com/download/z8pbvngvuft3enh/VocesDelMisterio-Especial23F.rar" target="_blank"><img src="descargar_MF2.gif" width="24" height="24" title="Descargar archivo desde MediaFire.com" border="0"></a><a href="http://www.mediafire.com/download/8sdnbg33sd7u11z/VocesDelMisterio-140214.rar" target="_blank"></a></td>
<td width="24" height="24" align="center" valign="middle"><div align="center"><a href="http://www.ivoox.com/voces-del-misterio-especial-23f-audios-mp3_rf_2988522_1.html" target="_blank"><img src="descargar_iVoox.gif" width="24" height="24" title="Descargar archivo desde iVoox.com" border="0"></a></div></td>
<td width="24" height="24"><div align="center"><a href="http://archive.org/download/Vdm-Especial23f/VocesDelMisterio-Especial23F.mp3" target="_blank"><img src="descargar_InternetArchive.gif" width="24" height="24" title="Para descargar este MP3 desde Internet Archive utiliza el botón derecho del ratón y seleccionar "Guardar destino como..."" border="0"></a></div></td>
<td width="290" bgcolor="#999999"><object data="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Especial23f/VocesDelMisterio-Especial23F.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Especial23f/VocesDelMisterio-Especial23F.mp3" name="movie" />
<param value="high" name="quality" />
<param value="true" name="menu" />
<param value="transparent" name="wmode" />
</object></td>
</tr>
</table>
<br>
<strong><font color="#FFFFCC" size="2">(SUMARIO OBTENIDO DE <a href="http://www.vocesdelmisterio.com/" target="_blank">VOCES
DEL MISTERIO</a>)</font></strong></div></td>
</tr>
</table>
<br>
<table width="100%" border="1" cellpadding="0">
<tr>
<td height="48">
<table width="100%" height="45" border="0" cellpadding="0">
<tr>
<td width="20%" align="center" valign="middle"><font size="3"><strong>VDM
21/02/14 <br>
<font color="#FFFF00">(8x31)</font></strong></font></td>
<td align="center" valign="middle"> <font size="3"><em><font color="#FFFF00"><strong>Noticias;
Especial Fin del Mundo; Reliquias Sagradas</strong></font></em></font></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify"><font size="2">Edición <strong>Nº
342</strong> del 21 de Febrero de 2014. Comenzamos con nuestras
habituales <font color="#66CCFF"><em><strong>noticias del misterio</strong></em></font>.
Continuamos con <strong>José Cabello</strong> y <font color="#66CCFF"><em><strong>el
Fin del Mundo profetizado por los Vikingos</strong></em></font>.
Nuestros compañeros <strong>Lorenzo Cabezas</strong> y
<strong>Carmen Bravo</strong> nos hablarán del <font color="#66CCFF"><em><strong>Día
del Juicio final</strong></em></font>. <strong>David Flores</strong>
nos contará los <strong><font color="#66CCFF"><em>"Otros
Finales del Mundo"</em></font></strong> y sus diferentes
Teorías. <strong>José Apolo</strong> nos hablará
de esas <strong><font color="#66CCFF"><em>"Sectas suicidas"</em></font></strong>
que tantas vidas se han cobrado por sus propias profecías
de fin del mundo. Para finalizar, <strong>José Manuel García
Bautista</strong> nos ofrecerá un capítulo nuevo
de <font color="#66CCFF"><em><strong>Reliquias Sagradas</strong></em></font>.
Todo esto y mucho más en "<strong><font color="#66CC00">Voces
del Misterio</font></strong>", en <font color="#FF3300"><strong>SFC
Radio (91.6 FM)</strong></font>.</font></div>
<p align="justify"><font size="2">Un programa dirigido por <strong>Jesús
García</strong> y <strong>José Manuel García
Bautista</strong>, con todo el equipo: <strong>José David
Flores</strong>, <strong>José Cabello</strong>, <strong>Ismael
Cabeza</strong>, <strong>Lorenzo Cabezas</strong>, <strong>Mª
Carmen Bravo</strong>, <strong>Javier Lobato</strong>, <strong>José
Apolo</strong>, <strong>Juan José Luque</strong>, <strong>Jesús
Camacho</strong>, <strong>Santi Cazorla</strong>, <strong>Jesús
Camacho</strong>.</font></p>
<div align="center">
<table border="0" cellpadding="0">
<tr>
<td width="24" height="24" align="center" valign="middle"><a href="http://www.mediafire.com/download/eyfl0tox7hpfl3a/VocesDelMisterio-210214.rar" target="_blank"><img src="descargar_MF2.gif" width="24" height="24" title="Descargar archivo desde MediaFire.com" border="0"></a><a href="http://www.mediafire.com/download/8sdnbg33sd7u11z/VocesDelMisterio-140214.rar" target="_blank"></a></td>
<td width="24" height="24" align="center" valign="middle"><div align="center"><a href="http://www.ivoox.com/voces-del-misterio-21-02-14-n-342-audios-mp3_rf_2858444_1.html" target="_blank"><img src="descargar_iVoox.gif" width="24" height="24" title="Descargar archivo desde iVoox.com" border="0"></a></div></td>
<td width="24" height="24"><div align="center"><a href="http://archive.org/download/Vdm-Emision210214/VocesDelMisterio-210214.mp3" target="_blank"><img src="descargar_InternetArchive.gif" width="24" height="24" title="Para descargar este MP3 desde Internet Archive utiliza el botón derecho del ratón y seleccionar "Guardar destino como..."" border="0"></a></div></td>
<td width="290" bgcolor="#999999"><object data="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision210214/VocesDelMisterio-210214.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision210214/VocesDelMisterio-210214.mp3" name="movie" />
<param value="high" name="quality" />
<param value="true" name="menu" />
<param value="transparent" name="wmode" />
</object></td>
</tr>
</table>
<br>
<strong><font color="#FFFFCC" size="2">(SUMARIO OBTENIDO DE <a href="http://www.vocesdelmisterio.com/" target="_blank">VOCES
DEL MISTERIO</a>)</font></strong></div></td>
</tr>
</table>
<br>
<table width="100%" border="1" cellpadding="0">
<tr>
<td><table width="100%" height="45" border="0" cellpadding="0">
<tr>
<td width="20%" align="center" valign="middle"><font size="3"><strong>VDM
14/02/14 <br>
<font color="#FFFF00">(8x30)</font></strong></font></td>
<td align="center" valign="middle"> <font size="3"><em><font color="#FFFF00"><strong>Noticias;
Casa encantada enUmbrete; Nazis con David Rodríguez
Cordón; Misterios arqueológicos en la Biblia
(Parte 4)</strong></font></em></font></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify"><font size="2">Programa <strong>Nº 341</strong>
del 14 de Febrero de 2014. Comenzamos con las <font color="#66CCFF"><em><strong>noticias
del misterio</strong></em></font>. Hablaremos de una <font color="#66CCFF"><em><strong>casa
encantada en Umbrete</strong></em></font> (Sevilla) donde pasan
cosas extrañas. A continuación presentamos en exclusiva
<font color="#66CCFF"><em><strong>el libro de David Rodríguez
Cordón "El futuro será mejor mañana"</strong></em></font>.
Y para finalizar continuaremos con la <font color="#66CCFF"><em><strong>cuarta
entrega de misterios arqueológicos de la Biblia</strong></em></font>.
Todo esto y mucho más en "<strong><font color="#66CC00">Voces
del Misterio</font></strong>", en <font color="#FF3300"><strong>SFC
Radio (91.6 FM)</strong></font>.</font></div>
<p align="justify"><font size="2">Un programa dirigido por <strong>Jesús
García</strong> y <strong>José Manuel García
Bautista</strong>.</font></p>
<div align="center">
<table border="0" cellpadding="0">
<tr>
<td width="24" height="24" align="center" valign="middle"><a href="http://www.mediafire.com/download/8sdnbg33sd7u11z/VocesDelMisterio-140214.rar" target="_blank"><img src="descargar_MF2.gif" width="24" height="24" title="Descargar archivo desde MediaFire.com" border="0"></a></td>
<td width="24" height="24" align="center" valign="middle"><div align="center"><a href="http://www.ivoox.com/voces-del-misterio-14-02-14-n-341-audios-mp3_rf_2835317_1.html" target="_blank"><img src="descargar_iVoox.gif" width="24" height="24" title="Descargar archivo desde iVoox.com" border="0"></a></div></td>
<td width="24" height="24"><div align="center"><a href="http://archive.org/download/Vdm-Emision140214/VocesDelMisterio-140214.mp3" target="_blank"><img src="descargar_InternetArchive.gif" width="24" height="24" title="Para descargar este MP3 desde Internet Archive utiliza el botón derecho del ratón y seleccionar "Guardar destino como..."" border="0"></a></div></td>
<td width="290" bgcolor="#999999"><object data="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision140214/VocesDelMisterio-140214.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision140214/VocesDelMisterio-140214.mp3" name="movie" />
<param value="high" name="quality" />
<param value="true" name="menu" />
<param value="transparent" name="wmode" />
</object></td>
</tr>
</table>
<strong><font color="#FFFFCC" size="2">(SUMARIO OBTENIDO DE <a href="http://www.vocesdelmisterio.com/" target="_blank">VOCES
DEL MISTERIO</a>)</font></strong></div></td>
</tr>
</table>
<br>
<table width="100%" border="1" cellpadding="0">
<tr>
<td><table width="100%" height="45" border="0" cellpadding="0">
<tr>
<td width="20%" align="center" valign="middle"><font size="3"><strong>VDM
07/02/14 <br>
<font color="#FFFF00">(8x29)</font></strong></font></td>
<td align="center" valign="middle"> <font size="3"><em><font color="#FFFF00"><strong>Noticias;
Especial Exorcismos;<br>
Misterios arqueológicos en la Biblia (Parte 3)</strong></font></em></font></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify"><font size="2">Programa <strong>Nº 340</strong>
del 7 de Febrero de 2014. Comenzamos con nuestras habituales <font color="#66CCFF"><em><strong>noticias
del misterio</strong></em></font>. Seguiremos con el terrible
<font color="#66CCFF"> <em> <strong>exorcismo de Almansa</strong></em></font>.
Hablamos de "Exorcismos en el cine" con <strong><font color="#66CCFF"><em>"El
Rito"</em></font></strong> y <strong><font color="#66CCFF"><em>"El
exorcismo de Emily Rose"</em></font></strong>, hacemos un
ranking de exorcismos en el mundo. Hablaremos del <font color="#66CCFF"><em><strong>caso
de José Constanzo y los narcosatánicos</strong></em></font>.
Para finalizar hablaremos de los <font color="#66CCFF"><em><strong>misterios
arqueológicos en la Biblia (parte 3)</strong></em></font>.
Todo esto y mucho más en "<strong><font color="#66CC00">Voces
del Misterio</font></strong>", en <font color="#FF3300"><strong>SFC
Radio (91.6 FM)</strong></font>.</font></div>
<p align="justify"><font size="2">Un programa dirigido por <strong>Jesús
García</strong> y <strong>José Manuel García
Bautista</strong>.</font></p>
<div align="center">
<table border="0" cellpadding="0">
<tr>
<td width="24" height="24" align="center" valign="middle"><a href="http://www.mediafire.com/download/3b5cfroc0mvuud8/VocesDelMisterio-070214.rar" target="_blank"><img src="descargar_MF2.gif" width="24" height="24" title="Descargar archivo desde MediaFire.com" border="0"></a></td>
<td width="24" height="24" align="center" valign="middle"><div align="center"><a href="http://www.ivoox.com/voces-del-misterio-07-02-14-n-340-audios-mp3_rf_2812267_1.html" target="_blank"><img src="descargar_iVoox.gif" width="24" height="24" title="Descargar archivo desde iVoox.com" border="0"></a></div></td>
<td width="24" height="24"><div align="center"><a href="http://archive.org/download/Vdm-Emision070214/VocesDelMisterio-070214.mp3" target="_blank"><img src="descargar_InternetArchive.gif" width="24" height="24" title="Para descargar este MP3 desde Internet Archive utiliza el botón derecho del ratón y seleccionar "Guardar destino como..."" border="0"></a></div></td>
<td width="290" bgcolor="#999999"><object data="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision070214/VocesDelMisterio-070214.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision070214/VocesDelMisterio-070214.mp3" name="movie" />
<param value="high" name="quality" />
<param value="true" name="menu" />
<param value="transparent" name="wmode" />
</object></td>
</tr>
</table>
<strong><font color="#FFFFCC" size="2">(SUMARIO OBTENIDO DE <a href="http://www.vocesdelmisterio.com/" target="_blank">VOCES
DEL MISTERIO</a>)</font></strong></div></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="606" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="40" valign="bottom">
<div align="center"><strong><a href="javascript:window.close();"><img src="cerrar1.jpg" title="Cerrar esta Ventana" name="Image1" width="134" height="30" border="0" id="Image1" onMouseOver="MM_swapImage('Image1','','cerrar2.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></strong></div></td>
</tr>
</table>
</div>
</body>
</html>