if (window != window.top)
   top.location.href = location.href;
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) { //alert("hola mierda");
oncontextmenu='return false';
}
}
if (document.layers) {
if (e.which == 3) {
oncontextmenu='return false';
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
document.oncontextmenu = new Function("return false;")
//--------------------------------------------
//no copy 
//--------------------------------------------
//document.ondragstart = new Function("return false;")
//document.onselectstart = new Function("return false;")
//=========================
function dedicar(contenido){
			var url='http://www.musicamusica.org/dedicar.php?mp3='+ contenido +'';
var ventana=window.open(url,"webdedicar","width=450,height=390,resizable=no,scrollbars=yes,status=yes,locationbar=no,menubar=no,location=no,toolbar=no,titlebar=no");
				}
