var ebBS = "www.eyeblaster-bs.com"; 
var ebScriptVersion = "_2_4_21";
function ebStart()
{
if (document.readyState == 'complete')
{
ebCallBurstingScript();
}
else
window.setTimeout("ebStart()",200);
}
function ebCallBurstingScript()
{
if (typeof(EyeBlasterMetaScript) == "undefined")
{
ebM = document.all.tags("META");
}
else
{
ebCreateEmptyMetaArray();
try
{
eyeblasterInit();
}
catch (e) {}
}
var announcementID = -1;
var scriptType = "applet";
for (var i=0; i<ebM.length; i++)
{
var name = ebM[i].name;
if (name == "eyeblasterScriptType")
{
scriptType = ebM[i].Value;
continue; 
}
if ((name == "eyeblasterAdvertismentID") || (name == "eyeblasterAdvertisementID"))
{
announcementID = ebM[i].Value;
break; 
}
}
if (announcementID != -1)
EyeBlasterScript.src="http://" + ebBS + "/BurstingApplet/Scripts/BurstingDisplay" + ebScriptVersion + ".js";
}
ebStart();
function ebData()
{
this.name = null;
this.Value = null;
}
function ebCreateEmptyMetaArray()
{
ebM = new Array(20);
for (var i=0; i<20; i++)
ebM[i] = new ebData();
}
