<!-- Begin


//By ElHechicero - www.loshechiceros.net  Portal Tunning Moviles y Hostings GRATIS


var sound1="/scripts/canciones/Enya-Waterway.mid"
var sound2="/scripts/canciones/Enya-OnlyTime.mid"
var sound3="/scripts/canciones/Enya-NoHollyForMissQuinnB.mid"
var sound4="/scripts/canciones/Enya-Enya-OrinocoFlow.mid"
var sound5="/scripts/canciones/Enya-ShepherdMoonsSmaointe.mid"
var sound6="/scripts/canciones/Enya-AnyWhereIs.mid.mid"
var sound7="/scripts/canciones/Enya-AnyWhereIs.mid.mid"
var sound8="/scripts/canciones/Enya-CarribeanBlue.mid"
var sound9="/scripts/canciones/Enya-Epona.mid"
var sound10="/scripts/canciones/Enya-StormsInAfrica.mid"
var sound11="/scripts/canciones/Enya-Boadicea.mid"
var sound12="/scripts/canciones/Enya-OrinocoFlow.mid"
var sound13="/scripts/canciones/Enya-MayItBe.mid"

var x=Math.random()*1100

if (x<=100) x=sound1
	else 	if (x<=200) x=sound2
   		else 	if (x<=300) x=sound3
			else 	if (x<=400) x=sound4
				else 	if (x<=500) x=sound5
					else 	if (x<=600) x=sound6
						else 	if (x<=700) x=sound7
							else 	if (x<=800) x=sound8
								else 	if (x<=900) x=sound9
									else 	if (x<=1000) x=sound10
											else x=sound11


if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">')
else
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
//  End -->