// JavaScript Document
// Global Footer Super Script
// This script calls all the other scripts

// Call scripts stored remotely in separate files
var scrWord = "scr" + "ipt"; /* Do not edit */
var typeWord = " 'text/java" + scrWord +" ' "; /* Do not edit */

// ImageShack Uploader by Socal
var imageShack = "<" + scrWord + " type=" + typeWord + "src='http://iycatacombs.com/socal/resources/scripts/imageuploader.js'></" + scrWord + ">";
document.write(imageShack);
// Edit below

// Specify location of javascript files:
var pathName = "http://members.optusnet.com.au/~pagingdr/" + scrWord + "s/globalFooter/";
var jscrFile = [];

// Add names of javascript files:
jscrFile[0] = "centreMiniProfile.js";
jscrFile[1] = "removeSmite.js";
jscrFile[2] = "tableWidth.js";
jscrFile[3] = "report2Admin.js";
jscrFile[4] = "tableGeneratorPopUp.js";
jscrFile[5] = "linkAvatar2Website.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); 
}

