//helper function to create streaming URL

var StreamRoot="http://stream.haverford.edu:8080/ramgen/~cwintner/"
var TextRoot="http://www2/"
var path; 
function write_url(path){
document.write('<a href="'+StreamRoot+'' + path+'">');

return true;
}

function write_txt(path){
document.write('<a href="'+TextRoot+'' + path+'">');

return true;
}

