-
Notifications
You must be signed in to change notification settings - Fork 0
/
VM1314-ABR.htm
615 lines (610 loc) · 45 KB
/
VM1314-ABR.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
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
<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 - ABRIL</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<br>
<font color="#FFFF00">(SECCIÓN)</font></strong></font></td>
<td align="center" valign="middle"><font size="3"><em><font color="#FFFF00"><strong>Nueva
experiencia paranormal en el Restaurante 'Viandas' de Sevilla<br>
+ Entrevista a Laura Falcó sobre su novela 'Chelton
House'</strong></font></em></font></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Secciones correspondientes al programa emitido
el 25 de Abril.</font></p>
<p><font size="2">Hablamos con el <font color="#66CCFF"><em><strong>testigo
directo y víctima de una experiencia paranormal</strong></em></font>
en el restaurante de los fantasmas, el <font color="#66CCFF"><em><strong>restaurante
"Viandas"</strong></em></font>. </font></p>
<p><font size="2">En la segunda parte nuestro compañero
<strong>José Antonio Colinet</strong> entrevista a <strong>Laura
Falcó</strong> sobre su <font color="#66CCFF"><em><strong>novela
"Chelston House"</strong></em></font>.</font></p>
<p><font size="2">Un programa dirigido por <strong>Jesús
García</strong> y <strong>José Manuel García
Bautista</strong>.</font></p>
</div>
<div align="center">
<table border="0" cellpadding="0">
<tr>
<td width="30" height="30" align="center" valign="middle" bgcolor="#333333"><a href="http://www.ivoox.com/voces-del-misterio-nueva-experiencia-paranormal-el-audios-mp3_rf_3061117_1.html" target="_blank"><img src="descargar_iVoox.gif" width="24" height="24" title="Descargar este audio desde iVoox.com" border="0"></a></td>
<td height="30" align="center" valign="middle"><object width="173" height="30" type="application/x-shockwave-flash" data="http://www.ivoox.com/playerivoox_ep_3061117_1.html">
<param name="movie" value="http://www.ivoox.com/playerivoox_ep_3061117_1.html">
<param name="allowFullScreen" value="true">
<param name="wmode" value="transparent">
<embed src="http://www.ivoox.com/playerivoox_ep_3061117_1.html" type="application/x-shockwave-flash" allowfullscreen="true" wmode="transparent" width="173" height="30"></embed>
</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
25/04/14 <br>
<font color="#FFFF00">(8x51)</font></strong></font></td>
<td align="center" valign="middle"> <em><strong><font color="#FFFF00" size="3">Noticias;
Maldiciones del rock; Valle de las Siete Luminarias; Libro<br>
blanco de Suecia; Bajo la piel; Testigo Viandas; "Chelton
House"</font></strong></em></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Emisión del 25 de Abril de 2014 (<strong>Nº
361</strong>) de <strong><font color="#66CC00">"Voces del
Misterio"</font></strong>. Comenzamos con nuestras habituales
<font color="#66CCFF"><em><strong>noticias del misterio</strong></em></font>.
<strong>José Apolo</strong> nos habla de las <font color="#66CCFF"><em><strong>maldiciones
del rock</strong></em></font>. <strong>José David Flores</strong>
nos lleva a conocer <font color="#66CCFF"><em><strong>el Valle
de las Siete Luminarias</strong></em></font> en México.
<strong>Ismael Cabeza</strong> nos enseña el <font color="#66CCFF"><em><strong>libro
blanco de Suecia</strong></em></font>. <strong>Pepe Cabello</strong>
siembra la inquietud con <font color="#66CCFF"><em><strong>lo
que habita bajo la piel</strong></em></font>. <font color="#66CCFF"><em><strong>Entrevistamos
a un testigo de un reciente incidente paranormal en el viejo
restaurante "Viandas"</strong></em></font>, el restaurante
de los fantasmas y <strong>José Antonio Colinet</strong>
<font color="#66CCFF"><em><strong>entrevista a Laura Falcó
sobre su libro "Chelton House"</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></p>
</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/u2xenfuxq6cu3mg/VocesDelMisterio-250414.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-25-04-14-n-361-audios-mp3_rf_3058591_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-Emision250414r/VocesDelMisterio-250414.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-Emision250414r/VocesDelMisterio-250414.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision250414r/VocesDelMisterio-250414.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
18/04/14 <br>
<font color="#FFFF00">(8x50)</font></strong></font></td>
<td align="center" valign="middle"> <em><strong><font color="#FFFF00" size="3">Especial
dedicado al sacerdote Jorge Loring</font></strong></em></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa <strong>Nº 360</strong> del 18
de Abril. <font color="#66CCFF"><em><strong>Especial dedicado
a la memoria de Jorge Loring</strong></em></font>, sacerdote
jesuita y experto en la Sábana Santa</font><font size="2">.
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></p>
</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/ymu5do068zd54e1/VocesDelMisterio-180414.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-18-04-14-n-360-audios-mp3_rf_3042556_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-Emision180414/VocesDelMisterio-180414.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-Emision180414/VocesDelMisterio-180414.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision180414/VocesDelMisterio-180414.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
17/04/14 <br>
<font color="#FFFF00">(8x49)</font></strong></font></td>
<td align="center" valign="middle"> <em><strong><font color="#FFFF00" size="3">Especial
entrevista a Julio Marvizón sobre la Sábana
Santa;<br>
Reliquias: Paño de Verónica, Arca de la Alianza...</font></strong></em></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa <strong>Nº 359</strong> del 17
de Abril. Entrevista con <strong>Julio Marvizón</strong>
quién nos analizará los pormenores de la <font color="#66CCFF"><em><strong>Sábana
Santa y las últimas investigaciones sobre este lienzo</strong></em></font>.
En nuestra segunda parte hablaremos de <font color="#66CCFF"><em><strong>reliquias
como la lanza de Longinos, el paño de la Verónica,
la túnica Sagrada, las Tablas de la Ley o Diez Mandamientos,
la mesa de Salomón, el Arca de la Alianza y otras muchas</strong></em></font>
del Antiguo y el Nuevo Testamento</font><font size="2">. 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></p>
</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/bldsm8g2a6027gs/VocesDelMisterio-170414.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-17-04-14-n-359-audios-mp3_rf_3042548_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-Emision170414/VocesDelMisterio-170414.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-Emision170414/VocesDelMisterio-170414.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision170414/VocesDelMisterio-170414.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
16/04/14 <br>
<font color="#FFFF00">(8x48)</font></strong></font></td>
<td align="center" valign="middle"> <em><strong><font color="#FFFF00" size="3">Especial
sobre la Sábana Santa de Turín, El Sudario de
Oviedo y<br>
el Misterio en los ojos de la Virgen de Guadalupe</font></strong></em></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa <strong>Nº 358</strong> del 16
de Abril en el que hablaremos y analizaremos contenidos sobre
estas fechas en el Cristianismo, hablamos de <font color="#66CCFF"><em><strong>reliquias
sagradas como Sábana Santa, el Sudario de Oviedo y la
tilma de la Virgen de Guadalupe</strong></em></font></font><font color="#66CCFF"><em><font size="2"></font></em></font><font size="2">.
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></p>
</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/p8g5b22itjy56ub/VocesDelMisterio-160414.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-16-04-14-n-358-audios-mp3_rf_3042521_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-Emision160414/VocesDelMisterio-160414.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-Emision160414/VocesDelMisterio-160414.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision160414/VocesDelMisterio-160414.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
15/04/14 <br>
<font color="#FFFF00">(8x47)</font></strong></font></td>
<td align="center" valign="middle"> <em><strong><font color="#FFFF00" size="3">Especial
Misterios de la Semana Santa de Sevilla; Entrevista a<br>
Juan Manuel Miñarro sobre la Sábana Santa y
el Sudario de Oviedo</font></strong></em></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa <strong>Nº 357</strong> del 15
de Abril en el que hablaremos de <font color="#66CCFF"><em><strong>misterios
y curiosidades de la Semana Santa de Sevilla</strong></em></font>
con sus hermandades, sus tallas, etc. En nuestra segunda parte
hablamos con el imaginero sevillano, y miembro del Centro Español
de Sindonología, <strong>Juan Manuel Miñarro</strong>,
que nos hablará de <font color="#66CCFF"><em><strong>la
Sábana Santa y del Sudario de Oviedo</strong></em></font>
así como de su importante trabajo</font><font size="2">.
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></p>
</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/ftzk7f2yqam9na0/VocesDelMisterio-150414.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-15-04-14-n-357-audios-mp3_rf_3042490_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-Emision150414/VocesDelMisterio-150414.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-Emision150414/VocesDelMisterio-150414.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision150414/VocesDelMisterio-150414.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>Entrevista a Laura Falcó sobre CHELSTON HOUSE</strong></font></em></font></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Entrevista de "Voces del Misterio" de la mano de <strong>Jesús García</strong> a <strong>Laura Falcó</strong> sobre su nueva obra, con Dolmen Ediciones, <strong><em><font color="#66CCFF">"Chelston House"</font></em></strong>, una apasionante nove la que no deja de sorprendernos.</font></p>
<p><font size="2">Cuando tras un año de relación Edward Benet, un apuesto caballero inglés, le propone a Amanda Kresley viajar desde Estados Unidos a Gran Bretaña para conocer a su madre, nada hace sospechar que este pueda convertirse en el peor viaje de su vida. Cheston House, una hermosa mansión en mitad de la campiña inglesa, es el idílico lugar donde vive Meredith, la madre de Edward, una mujer extremadamente bella aunque contenida, calculada e incluso algo gélida. En un principio, todo apunta a una estancia perfecta pero en Cheston, nada es lo que parece. Amanda se ve de pronto inmersa en un mundo de secretos, de mentiras, de personajes atormentados al borde de la locura y capaces de cualquier cosa por preservar su extraña forma de vida.</font></p>
<p><font size="2">Laura Falcó Lara (Barcelona, 1969) es licenciada en Filología Inglesa por la Universidad de Barcelona y cursó el Máster en Dirección de empresas de ESADE. Entró en el Grupo Editorial Planeta en 1995. Tras varios años en la dirección de marketing del sello Planeta, pasó a dirigir la editorial Martínez Roca, y actualmente trabaja como directora de los sellos Minotauro, Timun Mas, Cúpula, Esencia y Zenith, todos ellos de Grupo Planeta. Además, forma parte del equipo radiofónico del programa La rosa de los vientos de Onda Cero, con el espacio La biblioteca, y colabora puntualmente con 25 Televisión.</font></p>
<p><font size="2">Chelston House es su tercera novela, tras La muerte sabe tu nombre y Gritos antes de morir, y la confirmación de la inusitada habilidad con la que Laura transita por el lado más oscuro de la realidad, así como de su talento para hacernos partícipes del viaje.</font></p>
<p><font size="2">Un programa dirigido por <strong>Jesús García</strong> y <strong>José Manuel García Bautista</strong>.</font> </p>
</div>
<div align="center">
<table border="0" cellpadding="0">
<tr>
<td width="30" height="30" align="center" valign="middle" bgcolor="#333333"><a href="http://www.ivoox.com/voces-del-misterio-n-especial-entrevista-a-laura-falco-audios-mp3_rf_3021406_1.html" target="_blank"><img src="descargar_iVoox.gif" width="24" height="24" title="Descargar este audio desde iVoox.com" border="0"></a></td>
<td height="30" align="center" valign="middle"><object width="173" height="30" type="application/x-shockwave-flash" data="http://www.ivoox.com/playerivoox_ep_3021406_1.html">
<param name="movie" value="http://www.ivoox.com/playerivoox_ep_3021406_1.html">
<param name="allowFullScreen" value="true">
<param name="wmode" value="transparent">
<embed src="http://www.ivoox.com/playerivoox_ep_3021406_1.html" type="application/x-shockwave-flash" allowfullscreen="true" wmode="transparent" width="173" height="30"></embed>
</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
11/04/14 <br>
<font color="#FFFF00">(8x46)</font></strong></font></td>
<td align="center" valign="middle"> <em><strong><font color="#FFFF00" size="3">Maurixiña
'la botona'; Pioneros del espiritismo; Telequinesis y<br>
telepatía; Mediums; Apariciones marianas con Marcelino
Requejo</font></strong></em></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa</font><font size="2"> <strong>Nº
356</strong> del 11 de Abril en el que hablaremos de <em><strong><font color="#66CCFF">Maurixiña
"la botona"</font></strong></em> y su increíble
historia, de <font color="#66CCFF"><em><strong>Eusapia Palladino
y Allan Kardec, pioneros del espiritismo</strong></em></font>,
de la <font color="#66CCFF"><em><strong>telequinesis</strong></em></font>
y la <font color="#66CCFF"><em><strong>telepatia</strong></em></font>,
de los <font color="#66CCFF"><em><strong>médiums</strong></em></font>.
Entrevistaremos a <strong>Marcelino Requejo</strong> sobre las
<font color="#66CCFF"> <em> <strong>apariciones marianas</strong></em></font>
(con motivo de su último libro para Ed. Cydonia) . 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></p>
</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/3pblkqhplwwsk4u/VocesDelMisterio-110414.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-11-04-14-n-356-audios-mp3_rf_3017657_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-Emision110414/VocesDelMisterio-110414.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-Emision110414/VocesDelMisterio-110414.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision110414/VocesDelMisterio-110414.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
04/04/14 <br>
<font color="#FFFF00">(8x45)</font></strong></font></td>
<td align="center" valign="middle"> <font size="3"><em><font color="#FFFF00"><strong>Noticias;
Asesinatos Ouija; Fantasmas plaza Berkley; Petar Brzica;<br>
Investigación El Torbiscal; Gran cruz cósmica;
Sumerios Andalucía</strong></font></em></font></td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="justify"><font size="2">Programa <strong>Nº 355</strong>
del 4 de Abril de 2014. Comenzamos con nuestras <font color="#66CCFF"><em><strong>noticias
del misterio</strong></em></font>. <strong>Carmen Bravo</strong>
y <strong>Lorenzo Cabeza</strong> nos hablan de <font color="#66CCFF"><em><strong>los
asesinatos de la ouija y de los fantasmas de la plaza Berkley</strong></em></font>.
<strong>José Apolo</strong> nos llevará a conocer
a <font color="#66CCFF"><em><strong>Petar Brzica y el genocidio
de Ushtasha</strong></em></font>. <strong>José David Flores</strong>
nos presentará la <font color="#66CCFF"><em><strong>investigación
sobre los fenómenos paranormales en El Torbiscal (Sevilla)</strong></em></font>,
<strong>Pablo García</strong> nos habla de <font color="#66CCFF"><em><strong>la
gran cruz cósmica</strong></em></font> y entrevistamos
a <strong>Mario Mas Fenollar</strong> sobre <font color="#66CCFF"><em><strong>los
Sumerios en Andalucía</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/mp32is9rs2m63bx/VocesDelMisterio-040414.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-04-04-14-n-355-audios-mp3_rf_2995867_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-Emision040414/VocesDelMisterio-040414.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-Emision040414/VocesDelMisterio-040414.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision040414/VocesDelMisterio-040414.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>
</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>