var e = document.getElementById("vfeed"); var f = new net.core("http://caramel-colour.csclub.uwaterloo.ca:8080/singleframe", "rvf"); function callvfeed() { f.connect("http://caramel-colour.csclub.uwaterloo.ca:8080/singleframe"); e.innerHTML = "
" + "
Connecting...
" + "

Visual Feed from the Office

"; + "
Feed 1 | Feed 2 | " + "X
"; + "
"; } function stopvfeed() { e.innerHTML = ""; } document.getElementById("extracmds").innerHTML = "Visual Feed";