<!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function image() {
};

image = new image();
number = 0;

// imageArray
image[number++] = "<embed src='swf/header1.swf' quality='high' width='760' height='280' loop='yes'></embed>"
image[number++] = "<embed src='swf/header2.swf' quality='high' width='760' height='280' loop='yes'></embed>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//-->