-
Notifications
You must be signed in to change notification settings - Fork 0
/
VM1213-MAY.htm
686 lines (681 loc) · 51.3 KB
/
VM1213-MAY.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
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
<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="Siguenos_en_Facebook.gif" title="Síguenos en Facebook" width="134" 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> <font color="#FFFFCC" size="5">(Radio Betis)</font></strong><br>
<strong><font size="5">TEMPORADA 2012/2013 - MAYO</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="601" 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">Programa
completo 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">INTERNET ARCHIVE</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="601" border="1" cellpadding="0">
<tr>
<td height="21"><strong><font size="3">Emisión 31/05/2013 (Nº
298)</font></strong></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa "Voces del Misterio" Nº
298 del 31 de Mayo de 2013. Comenzamos nuestro programa con
nuestras habituales <font color="#FFFFCC"><em><strong>efemérides</strong></em></font>.
Entrevista al doctor <strong>Francisco Barnosell</strong>, un
experimentado médico que se ha introducido en el campo
de la <font color="#FFFFCC"><em><strong>sanación</strong></em></font>,
una interesante simbiosis entre ambas que pretende llevar a
cabo y que no os dejará indiferentes todo lo que nos
cuenta. Hablamos de las <font color="#FFFFCC"><em><strong>combustiones
espontánea</strong></em></font>s, un intrigante fenómeno
al cual la Ciencia trata de arrojar luz. Nos adentramos en el
campo de la comunicación con el más allá,
hoy nos acercamos a la figura del doctor que descubría
<font color="#FFFFCC"> <strong> <em>fraudes paranormales</em></strong></font>;
igualmente hablaremos de la <font color="#FFFFCC"><em><strong>mansión
Lalaurie</strong></em></font>... <strong>Sergio Moreno</strong>
nos traerá una nueva entrega de su Diccionario de Parapsicología.
En nuestro tramo final hablaremos con <strong>Félix Ríos</strong>
sobre <font color="#FFFFCC"><em><strong>criminología
y las técnicas del CSI</strong></em></font>. Un apasionante
programa que no debes perderte, con el equipo de "Voces
del Misterio".</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 align="center">
<table border="0" cellpadding="0">
<tr>
<td width="24" height="24" align="center" valign="middle"><a href="http://www.mediafire.com/download/oj64gz6yr4wdqea/VocesDelMisterio-310513.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/vdm-emision-31-05-13-audios-mp3_rf_2093965_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-Emision310513/VocesDelMisterio-310513.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-Emision310513/VocesDelMisterio-310513.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision310513/VocesDelMisterio-310513.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>
</div></td>
</tr>
</table>
<br>
<table width="601" border="1" cellpadding="0">
<tr>
<td height="21"><strong><font size="3">ESPECIAL Maldiciones en el
cine</font></strong></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa ESPECIAL de "Voces del Misterio" dedicado al interesante tema del <font color="#FFFFCC"><strong><em>CINE MALDITO</em></strong></font> y las <font color="#FFFFCC"><strong><em>MALDICIONES EN EL CINE</em></strong>,</font> un programa en la desaparecida Punto Radio donde repasamos los misterios en torno a algunas de las producciones cinematográficas más trágicas y con sucesos extraños a su alrededor. Un programa corto pero intenso que os gustará.</font></p>
<p><font size="2">Con <strong>Fernando García
Haldón</strong> y <strong>José Manuel García
Bautista</strong>.</font></p>
<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-maldiciones-el-audios-mp3_rf_2084816_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_2084816_1.html">
<param name="movie" value="http://www.ivoox.com/playerivoox_ep_2084816_1.html">
<param name="allowFullScreen" value="true">
<param name="wmode" value="transparent">
<embed src="http://www.ivoox.com/playerivoox_ep_2084816_1.html" type="application/x-shockwave-flash" allowfullscreen="true" wmode="transparent" width="173" height="30"></embed>
</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>
</div></td>
</tr>
</table>
<br>
<table width="601" border="1" cellpadding="0">
<tr>
<td height="21"><strong><font size="3">ESPECIAL OVNIs y Militares
- Los OVNIs de Hitler - Expedientes X OVNIs</font></strong></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa especial de "Voces del Misterio", monográfico dedicado al fenómeno OVNI. Hablaremos de <font color="#FFFFCC"><strong><em>OVNIs e intervenciones aéreas militares</em></strong></font> desde la Base Aérea de Morón de la Frontera (Sevilla); repasaremos los principales avistamientos y encuentros OVNIs en España; hablaremos de <font color="#FFFFCC"><strong><em>los OVNIs de Hitler, los OVNIs del Tercer Reich</em></strong></font>; hablamos de los <font color="#FFFFCC"><strong><em>Expedientes X ufológicos</em></strong></font> como el caso de Bárdenas Reales y el caso Gáldar.</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 align="center">
<table border="0" cellpadding="0">
<tr>
<td width="24" height="24" align="center" valign="middle"><a href="http://www.mediafire.com/download/be9cqvvq57zl4qv/VocesDelMisterio-EspecialOVNIs.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/vdm-especial-ovnis-militares-los-audios-mp3_rf_2080415_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-EspecialOvnis/VocesDelMisterio-EspecialOVNIs.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-EspecialOvnis/VocesDelMisterio-EspecialOVNIs.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-EspecialOvnis/VocesDelMisterio-EspecialOVNIs.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>
</div></td>
</tr>
</table>
<br>
<table width="601" border="1" cellpadding="0">
<tr>
<td height="21"><strong><font size="3">ESPECIAL OOPARTs Objetos imposibles
(Nº 297) </font></strong></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa Nº 297 de "Voces del Misterio".
ESPECIAL en el que hablaremos monográficamente de los
<font color="#FFFFCC"><em><strong>Objetos Imposibles u Objetos
Fuera de Tiempo</strong></em></font>, los <font color="#FFFFCC"><em><strong>OOPARTs</strong></em></font>,
un amplio repaso por los más desconcertantes objetos
que la Ciencia no puede explicar satisfactoriamente, un recorrido
demoledor buscando las huellas, tal vez, de otra Humanidad.</font></p>
<p><font size="2">Un espacio con <strong>Fernando García
Haldón</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/9066tlcz28if61c/VocesDelMisterio-EspecialOopartsObjetosImposibles.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/vdm-especial-ooparts-objetos-imposibles-audios-mp3_rf_2093929_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-EspecialOopartsObjetosImposibles/VocesDelMisterio-EspecialOoparts.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-EspecialOopartsObjetosImposibles/VocesDelMisterio-EspecialOoparts.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-EspecialOopartsObjetosImposibles/VocesDelMisterio-EspecialOoparts.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>
</div></td>
</tr>
</table>
<br>
<table width="601" border="1" cellpadding="0">
<tr>
<td height="21"><strong><font size="3">Emisión 24/05/2013 (Nº
296)</font></strong></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa "Voces del Misterio" Nº
296 correspondiente al 24 de Mayo de 2013. Segundo programa
especial que dedicamos al fenómeno de las <font color="#FFFFCC"><em><strong>casas
encantadas en el mundo</strong></em></font>; así hablaremos
de los casos más intrigantes, sorprendentes, espectaculares
y sin explicación en Nicaragua -con una interesante y
reveladora entrevista-, en Argentina, Chile, Ecuador, Honduras,
Perú, Uruguay y Paraguay; un recorrido alucinante por
casos que ni siquieras imaginabas y que llenaron de terror y
espanto a sus protagonistas, a las víctimas del misterio.
Un programa con todo el equipo de "Voces del Misterio".</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 align="center">
<table border="0" cellpadding="0">
<tr>
<td width="24" height="24" align="center" valign="middle"><a href="http://www.mediafire.com/download/1q24s2uyerszu6r/VocesDelMisterio-240513.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/vdm-emision-24-05-13-audios-mp3_rf_2073809_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-Emision240513/VocesDelMisterio-240513.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-Emision240513/VocesDelMisterio-240513.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision240513/VocesDelMisterio-240513.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>
</div></td>
</tr>
</table>
<br>
<table width="601" border="1" cellpadding="0">
<tr>
<td height="21"><strong><font size="3">ESPECIAL Exorcismos y Ouija</font></strong></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa Nº 295 "Voces del Misterio",
correspondiente al tema <font color="#FFFFCC"><em><strong>EXORCISMOS</strong></em></font>,
donde haremos repaso dentro de las características de
éste fenómeno y todo lo que nos inquieta de ello;
igualmente hablaremos del tablero de la <font color="#FFFFCC"><em><strong>OUIJA</strong></em></font>,
el tablero maldito..., dentro de la desaparecida Punto Radio;
un apasionante programa con un tema que siempre ha llamado la
atención del ser humano.</font></p>
<p><font size="2">Un espacio con <strong>Fernando García
Haldón</strong> y <strong>José Manuel García
Bautista</strong>.</font></p>
<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-295-exorcismos-ouija-audios-mp3_rf_2055070_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_2055070_1.html">
<param name="movie" value="http://www.ivoox.com/playerivoox_ep_2055070_1.html">
<param name="allowFullScreen" value="true">
<param name="wmode" value="transparent">
<embed src="http://www.ivoox.com/playerivoox_ep_2055070_1.html" type="application/x-shockwave-flash" allowfullscreen="true" wmode="transparent" width="173" height="30"></embed></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>
</div></td>
</tr>
</table>
<br>
<table width="601" border="1" cellpadding="0">
<tr>
<td height="21"><strong><font size="3">Emisión 17/05/2013 (Nº
294)</font></strong></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa "Voces del Misterio" Nº
294 correspondiente al 17 de Mayo de 2013. Un programa especial que dedicamos al fenómeno de
las <font color="#FFFFCC"><em><strong>casas encantadas en el
mundo</strong></em></font>; así hablaremos de los casos
más intrigantes, sorprendentes, espectaculares y sin
explicación en Nicaragua -con una interesante y reveladora
entrevista-, en Argentina, Chile, Ecuador, Honduras, Perú,
Uruguay y Paraguay; un recorrido alucinante por casos que ni
siquieras imaginabas y que llenaron de terror y espanto a sus
protagonistas, a las víctimas del misterio. Un programa
con todo el equipo de "Voces del Misterio".</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 align="center">
<table border="0" cellpadding="0">
<tr>
<td width="24" height="24" align="center" valign="middle"><a href="http://www.mediafire.com/download.php?f85vnsarh208v7y" 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/vdm-emision-17-05-13-audios-mp3_rf_2053215_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-Emision170513/VocesDelMisterio-170513.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-Emision170513/VocesDelMisterio-170513.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision170513/VocesDelMisterio-170513.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>
</div></td>
</tr>
</table>
<br>
<table width="601" border="1" cellpadding="0">
<tr>
<td height="21"><strong><font size="3">ESPECIAL El significado de
los sueños</font></strong></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa Nº 293 "Voces del Misterio",
correspondiente al tema de <font color="#FFFFCC"><em><strong>EL
SIGNIFICADO DE LOS SUEÑOS</strong></em></font>, donde
haremos un "gabinete" de interpertación de
los sueños, su significado, el mundo de lo onnírico,
dentro de la desaparecida Punto Radio; un apasionante programa
con un tema que siempre ha llamado la atención del ser
humano.</font></p>
<p><font size="2">Un espacio con <strong>Fernando García
Haldón</strong> y <strong>José Manuel García
Bautista</strong>.</font></p>
<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-293-el-significado-de-audios-mp3_rf_2043171_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_2043171_1.html">
<param name="movie" value="http://www.ivoox.com/playerivoox_ep_2043171_1.html">
<param name="allowFullScreen" value="true">
<param name="wmode" value="transparent">
<embed src="http://www.ivoox.com/playerivoox_ep_2043171_1.html" type="application/x-shockwave-flash" allowfullscreen="true" wmode="transparent" width="173" height="30"></embed></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>
</div></td>
</tr>
</table>
<br>
<table width="601" border="1" cellpadding="0">
<tr>
<td height="21"><strong><font size="3">ESPECIAL Psicofonías
y Transcomunicación Instrumental</font></strong></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa Nº 292 de "Voces del Misterio",
ESPECIAL en el que tratamos el fenómeno de las <em><strong><font color="#FFFFCC">psicofonías</font></strong></em>
(transcomunicación instrumental). Un recorrido por los
audios más impactantes así como las hipótesis
de lo que pudiera tratarse. Sonidos extraños y diversos
estudios sobre estos inquietantes audios.Igualmente se incluye
un extraordinario recorrido por la Historia de la Transcomunicación
Instrumental. Un programa ESPECIAL que seguro no te deja indiferente<font color="#FFFFCC"><em><strong></strong></em></font>.</font></p>
<p><font size="2">Un programa dirigido por</font><font size="2"> <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.php?74n2ti726xi9i91" 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/vdm-especial-psicofoni-as-transcomunicacion-instrumental-audios-mp3_rf_2033353_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-PsicofonasYTranscomunicacinInstrumental/VocesDelMisterio-EspecialPsicofonasYTranscomunicacinInstrumental.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-PsicofonasYTranscomunicacinInstrumental/VocesDelMisterio-EspecialPsicofonasYTranscomunicacinInstrumental.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-PsicofonasYTranscomunicacinInstrumental/VocesDelMisterio-EspecialPsicofonasYTranscomunicacinInstrumental.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>
</div></td>
</tr>
</table>
<br>
<table width="601" border="1" cellpadding="0">
<tr>
<td height="21"><strong><font size="3">Emisión 10/05/2013 (Nº
291)</font></strong></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa "Voces del Misterio" Nº
291, del 10 de Mayo de 2013. Comenzamos con nuestras habituales
<font color="#FFFFCC"> <strong> <em>efemérides</em></strong></font>.
<strong>Mª Ángeles Leiva</strong> nos habla de los
<font color="#FFFFCC"> <em> <strong>ALQUIMISTAS DEL SIGLO XX</strong></em></font>;
<strong>Pepe Cabello</strong> nos introducirá en la <font color="#FFFFCC"><em><strong>ALQUIMIA</strong></em></font>
con conceptos como el <font color="#FFFFCC"><em><strong>elixir
de la vida, la transmitación de metales en oro o del
Conde Saint Germain</strong></em></font>. <strong>Jesús
García</strong> nos hablará de un personaje cargado
de misterio: <font color="#FFFFCC"><em><strong>FULCANELLI</strong></em></font>,
el mítico autor de <strong><font color="#FFFFCC"><em>"El
misterio de las Catedrales"</em></font></strong>; <strong>José
Manuel García Bautista</strong> nos habla de los <font color="#FFFFCC"><strong><em>alquimistas
precolombinos y sus técnicas de ablandamiento de piedra</em></strong></font>.
<strong>Sergio Moreno</strong>, en su diccionario de Parapsicología,
nos lleva a conocer a <font color="#FFFFCC"><em><strong>Cagliostro</strong></em></font>.
<font color="#FFFFCC"> <em> <strong>Las máquinas anatómicas
de Nápoles, de Raimondo di Sangro</strong></em></font>.</font></p>
<p><font size="2">D</font><font size="2">irigido 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.php?wqhexxzhg35oodh" 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/vdm-emision-10-05-13-audios-mp3_rf_2033304_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-Emision100513/VocesDelMisterio-100513.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-Emision100513/VocesDelMisterio-100513.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision100513/VocesDelMisterio-100513.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>
</div></td>
</tr>
</table>
<br>
<table width="601" border="1" cellpadding="0">
<tr>
<td height="21"><strong><font size="3">ESPECIAL Pianos que tocan solos
y fantasmas</font></strong></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa "Voces del Misterio" Nº
290, ESPECIAL, un programa en el que vamos a hablar de pianos
que tocan solos , tocados por unas manos invisibles, espectrales
según narran los testigos. Un recorrido por diferentes
incidentes que están relacionados directamente con este
instrumentos en lugares presuntamente encantados. ¿Fantasmas
o simple casualidades?.</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 align="center">
<table border="0" cellpadding="0">
<tr>
<td width="24" height="24" align="center" valign="middle"><a href="http://www.mediafire.com/download.php?3n5nlnatxulk15j" 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/vdm-especial-pianos-tocan-solos-y-audios-mp3_rf_2017212_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-EspecialPianosQueTocanSolosYFantasmas/VocesDelMisterio-EspecialPianosQueTocanSolosYFantasmas.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-EspecialPianosQueTocanSolosYFantasmas/VocesDelMisterio-EspecialPianosQueTocanSolosYFantasmas.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-EspecialPianosQueTocanSolosYFantasmas/VocesDelMisterio-EspecialPianosQueTocanSolosYFantasmas.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>
</div></td>
</tr>
</table>
<br>
<table width="601" border="1" cellpadding="0">
<tr>
<td height="21"><strong><font size="3">ESPECIAL Visita radiofónica
a la Exposición de la Sábana Santa en Sevilla</font></strong></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa "Voces del Misterio" Nº 289, ESPECIAL que te hace una<font color="#FFFFCC"> <em><strong>ruta radiofónica por la Exposición de la Sábana Santa en la Sala Antiquarium en Sevilla</strong></em></font>. Un paseo radiofónico por todas sus salas donde,paso a paso, vamos a saber su contenido con una estupenda exposición de lo que el visitante se va a encontrar y si no puede venir a verla esta es la mejor forma de visitarla.</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 align="center">
<table border="0" cellpadding="0">
<tr>
<td width="24" height="24" align="center" valign="middle"><a href="http://www.mediafire.com/download.php?v35ajd8dw3kds3t" 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/vdm-especial-visita-radiofonica-a-exposicion-audios-mp3_rf_2011245_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-EspecialVisitaRadiofonicaALaExposicionDeLaSabanaSantaEnSevilla/VocesDelMisterio-EspecialVisitaRadiofonicaExposicionSabanaSantaSevilla.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-EspecialVisitaRadiofonicaALaExposicionDeLaSabanaSantaEnSevilla/VocesDelMisterio-EspecialVisitaRadiofonicaExposicionSabanaSantaSevilla.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-EspecialVisitaRadiofonicaALaExposicionDeLaSabanaSantaEnSevilla/VocesDelMisterio-EspecialVisitaRadiofonicaExposicionSabanaSantaSevilla.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>
</div></td>
</tr>
</table>
<br>
<table width="601" border="1" cellpadding="0">
<tr>
<td height="21"><strong><font size="3">Emisión 03/05/2013 (Nº
288)</font></strong></td>
</tr>
<tr>
<td><div align="justify">
<p><font size="2">Programa "Voces del Misterio" Nº
288 del 3 de Mayo de 2013. Comenzaremos con nuestras habituales
<font color="#FFFFCC"> <em> <strong>efemérides</strong></em></font>.
Entrevistamos a una persona que ha sufrido una impactante <font color="#FFFFCC"><em><strong>experiencia
en un cuartel sevillano</strong></em></font>, además
hablaremos con él de otras experiencias vividas en edificios
públicos. Con <strong>José David Flores</strong>
hablaremos de <font color="#FFFFCC"><em><strong>misterios y
fenómenos extraños en cementerios</strong></em></font>.
<strong>Ismael Cabeza</strong> nos sorprenderá con un
caso que dio mucho que hablar: un <font color="#FFFFCC"><em><strong>posible
contacto con “el otro lado”</strong></em></font>.
<strong>Mª Ángeles Leiva</strong> nos introducirá
en un enigmático tema: e<font color="#FFFFCC"><em><strong>l
simbolismo de las marcas publicitarias</strong></em></font>.
<strong>Sergio Moreno</strong> continuará con un nuevo
apartado de su “enciclopedia sonora” de Parapsicología;
hoy con el <font color="#FFFFCC"><em><strong>caso de Rudolf
Fenz</strong></em></font>. <strong>José Manuel García
Bautista</strong> nos llevará a conocer la curiosa historia
y el misterio de <font color="#FFFFCC"><em><strong>las piedras
azules de Conakry</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 align="center">
<table border="0" cellpadding="0">
<tr>
<td width="24" height="24" align="center" valign="middle"><a href="http://www.mediafire.com/download.php?gqg01z1767gz14x" 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/vdm-emision-03-05-13-audios-mp3_rf_2008478_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-Emision030513/VocesDelMisterio-030513.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-Emision030513/VocesDelMisterio-030513.mp3" type="application/x-shockwave-flash" height="24" width="290">
<param value="playerwpress.swf?
soundFile=http://archive.org/download/Vdm-Emision030513/VocesDelMisterio-030513.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>
</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>