Hey Mark,

What do you think about implementing something like this so I can easily grab the /proc information?

/proc/empeg_notify?EXT=.js

var empeg_notify = new Array(7)

empeg_notify[0] = "#3b60 0:02:33";
empeg_notify[1] = "AAdema";
empeg_notify[2] = "F0x3b60";
empeg_notify[3] = "GHard Rock";
empeg_notify[4] = "N5";
empeg_notify[5] = "S1";
empeg_notify[6] = "TThe Way You Like It";
empeg_notify[7] = "V90";

/proc/empeg_therm?EXT=.js

var empeg_therm = "44";

With that, I could just use this command:

<script language="JavaScript" type="text/javascript" src="/proc/empeg_therm?EXT=.js"></script>

And load up all the variables. What do you guys think? Or is there a better/easier way of doing this?

Tom