// The contents of this script will be called when the Page Loads.
// The scripts main function is to load a 4 dimensional array into a <div> structure.
// The array will consist of the following Parts:
// 1. The Image to Display
// 2. The link for the image
// 3. Tart Page TYpe, e.g. "_new"
// 4. Optional Text to display when the user's mouse hovers over the picture.
// 
// This script will be autogenerated using data from the database and uploaded every so often depending on change frequency.
// The template used to generate each of the pages has a number of different areas where ads can be placed.
// The exact size of these areas has yet to be confirmed as I need to understand what ad banner standards exist.
// But, I do know at this point that there will be 10 possible areas and 5 differrent size variations.
// Each of the banner areas will have differing delay times as to not confuse the visitor.

// How it works.
// This script will generate an array for an individual <DIV> ID.
// There can be any number of DIV IDs used on the page and for each of these divs there will be an array.
// The DIV IDs will reflect the size and type of Banners to be shown and the arrays will use the information in the database to generate the necessary arrays.

// Each Site will have their own Adbannersfile using SiteId as the name prefix


