<!-- Start
<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'
var right_click_on	= "yes"		// RIGHT CLICK PROTECTION ON
var block_imagebar	= "yes"		// BLOCK WINDOWS IMAGE TOOL BAR
var hide_status		= "yes"		// HIDE LINK IN STATUS BAR

var status_text 	= "Bienvenido - www.midialbum.com - los mejores midis cristianos de la red"	// TEXT IN THE STATUS BAR
var right_click_text	= "No está permitido usar el boton derecho en nuestro site."	// RIGHT CLICK TEXT


// NOTE: If you use a ' add a slash before it like this \'

// MOUSEOVER STATUS

   if (hide_status == "yes") {

function hidestatus(){
window.status=status_text
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus

}



// BLOCK IMAGE TOOLBAR


   if (block_imagebar == "yes") {
document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
}



//  End -->

// inicia el copyright de midialbum

document.write('&copy;Copyright 2002-2010 ');

document.write('<a href="index.php" target="_top">Midialbum</a> ');

document.write('All Rights Reserved<br>');

document.write('Para más informacion  '); 

document.write(' <A HREF="http://www.midialbum.com/index.php?feedback=yes">Contáctanos</a><br>');
document.write('Tels - (999) 912-2791  <br> '); 
document.write('Visitas al sitio desde el 1 Enero 2008:  ');
//<!-- Begin Hit Counter -->
//<!-- URL: http://www.twospots.com/ -->
document.write('<img src="http://www.tscounter.com/hcw3c/?id=PHIObpnRSdEoxK2Lw%2FsaPQ%3D%3D" alt="visitas al sitio" width="160" height="20" border="0">');
//<!-- End Hit Counter -->

//  End -->