// JavaScript Document
// Main Footer 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/mainFooter/";
var jscrFile = [];
// Add names of javascript files:
jscrFile[0] = "selectBannerMainFooter.js";          /* Must be at top of list */
jscrFile[1] = "advancedCategorySplitterV3.js";
jscrFile[2] = "birthdayNewsFader.js";
jscrFile[3] = "newbieNewsFader.js";
jscrFile[4] = "splitNewsFader.js";
jscrFile[5] = "ultimateInfoCenterV3.js";
jscrFile[6] = "advancedColourPicker.js";
jscrFile[7] = "spellCheckQuickReply.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); 
}


