alert("hola");
	document.write("<?  $MyVar1 = 80; ?>");
function hola() {
	document.write("<? $MyVar1 = 80; ?>");
}

