// comprobar que esta en una ventana cargada
if(typeof(hello_width) === 'undefined') hello_width = 100;
if(typeof(hello_height) === 'undefined') hello_height = 200;
if(typeof(hello_aff) === 'undefined') hello_aff = 0;
if(typeof(hello_alfa) === 'undefined') hello_alfa = 0;
if(typeof(hello_debug) === 'undefined') hello_debug = 0;
if(typeof(hello_url) === 'undefined') hello_url = 0;
//alert("http://dev-hello.ethingsonline.com/widget.php?hello_aff="+hello_aff+"&hello_width="+hello_width+"&hello_height="+hello_height+"&hello_alfa="+hello_alfa+"&hello_debug="+hello_debug);
document.write('<iframe src="http://hello.ethingsonline.com/widget.php?hello_aff='+hello_aff+'&hello_width='+hello_width+'&hello_height='+hello_height+'&hello_alfa='+hello_alfa+'&hello_debug='+hello_debug+'&hello_url='+hello_url+'" FRAMEBORDER="NO" SCROLLING="NO" WIDTH="'+hello_width+'" HEIGHT="'+hello_height+'"><p><a href="http://www.aprendelo.com?aff='+hello_aff+'">Cursos Aprendelo</a></p></iframe>');  

