// JavaScript Document
// Orange Room Super Script
// This script calls all the other scripts

var scrWord = "scr" + "ipt"; /* Do not edit */
var typeWord = " 'text/java" + scrWord +" ' "; /* Do not edit */

// Edit below
// Specify location of javascript files:
var pathName = "http://members.optusnet.com.au/~pagingdr/" + scrWord + "s/orangeRoom/";
var jscrFile = [];
// Add names of javascript files:
jscrFile[0] = "youTUBE.js";

// End of editable area

for (file=0; file<jscrFile.length; file++) {
var fullPathName = "<" + scrWord + " type=" + typeWord + "src=' " + pathName + jscrFile[file] + " '></" + scrWord + ">";
document.write(fullPathName); 

}

