HElp QUick PLEase load in html code to be displayed in htmlbox

HEY!
i have a dead line due very soon on a project and a part i though would be veary easy isent…

im opening this page to import variables:
http://www.valj.nu/live/script/show.php
that variable is being read in by

[AS]
kc = new LoadVars();
kc.load(“http://www.valj.nu/live/script/show.php”);
if (kc.loaded==true){
trace(“done”);
kc.onLoad = function() {
trace(this.hej);
info_txt.text=this.hej;
};
};

[/AS]
done traces, and then inbetween it traces blank spaces…
info_txt.text
is a dynamic textbox with the html button pressed.
why is nothing showing?

thanks
//VoS