<huge, massive, extreme, thread hijack>
Yea, I noticed that when I was running ubuntu and Fedora. I don't quite know how I'm going to program myself out of the hole I've made.
</huge, massive, extreme, thread hijack>
<huge, massive, extreme, thread hijack>
Simply take your code and design, wrap a layer around it (if it doesnt already exist), give it a known class or id, cut it out, and then add a function on window load that introduces all that code into the DOM.
</huge, massive, extreme, thread hijack>
you can use an iframe or javascript ..
e.g.
<script language="JavaScript" type="text/javascript" src="http://goim.sphene.net/lfs/listRacersJS?racer=tehkahless&racer=iceberg&racer=wierwolf"></script>
or .. iframe would look like:
<iframe src="http://goim.sphene.net/lfs/listRacers?racer=tehkahless" width="500" height="100" frameborder="0">Your browser does not support IFrames</iframe>
the iframe version is used by e.g. teamweizen: http://www.teamweizen.de (see "Teammembers online")
Well one solution could be that someone (for example me ) host the script for you and you include it using an iframe (yeh, I know, thats ugly), or someone (also possibly me) makes a script that is providing xml output and you fetch the result using JavaScript..