try
{
var aszBGColors = new Array( "000080", "000000", "800080", "000000", "000000", "000080", "FFBA00", "FFBA00", "008000", "cccccc", "d00000", "0000ff" );
var aszL1Colors = new Array( "eeeeee", "00ffff", "ffffff", "ffff00", "ffffff", "ffffff", "000000", "a00000", "ffffff", "000000", "ffffff", "ffffff" );
var aszL2Colors = new Array( "00ffff", "cccccc", "ffff00", "00ffff", "dddddd", "ffff00", "000080", "000000", "cccccc", "000080", "ffff00", "cccccc" );

var nColorIndex = Math.floor( Math.random() * aszBGColors.length );

var szBgColor = aszBGColors[ nColorIndex ];
var szL1Color = aszL1Colors[ nColorIndex ];
var szL2Color = aszL2Colors[ nColorIndex ];
delete aszBGColors;
delete aszL1Colors;
delete aszL2Colors;

var szTags = ("<table style=\"padding:0px;margin:0px;width:468px;text-align:left;vertical-align:middle;display:inline;color:#ffffff;border: none 0px;background-color:#" + szBgColor + ";\" >" );
szTags += "<tr style=\"padding:0px;margin:0px;border:0px;\">";
szTags += "<td style=\"text-align:left;padding:0px;margin:0px;border:0px;\">";
szTags += "<div style=\"border:outset 1px;height:54px;overflow:hidden;\">";
szTags += "<a target=\"_blank\" href=\"http://www.osai.com/Services/\">";
szTags += "<img style=\"float:left;height:100%;border:0px;\" alt=\"Online Solutions and Innovation, Inc.\" src=\"http://www.osai.com/osaiimages/Logo/osai.com-logo-name-128.png\" />";
szTags += "</a\">";
szTags += "<a target=\"_blank\" href=\"http://www.osai.com/Services/\" >";
szTags += "<div style=\"padding:2px;text-decoration:none;font-family:Tahoma,Arial,Verdana;font-weight:bold;font-size:9pt;color:#" + szL1Color + ";\" >&nbsp;";
szTags += "Online Solutions And Innovation, Inc.";	
szTags += "</div>";
szTags += "</a>";
szTags += "<a target=\"_blank\" href=\"http://www.osai.com/Services/Hosting/\" >";
szTags += "<div style=\"text-align:left;padding-bottom:1px;text-decoration:none;font-family:Tahoma,Arial,Verdana;font-weight:bold;font-size:7pt;font-style:italic;color:#" + szL2Color + ";\" >&nbsp;";
szTags += "Reliable, Consistent, Fault Tolerant Web &amp; eMail Hosting";	
szTags += "</div>";
szTags += "</a>";
szTags += "<a target=\"_blank\" href=\"http://www.osai.com/Services/Development/\" >";
szTags += "<div style=\"text-align:center;padding-bottom:1px;text-decoration:none;font-family:Tahoma,Arial,Verdana;font-weight:bold;font-size:7pt;font-style:italic;color:#" + szL2Color + ";\" >&nbsp;";
szTags += "Web Sites, Web Applications, Windows Applications...";	
szTags += "</div>";
szTags += "</a>";
szTags += "<a target=\"_blank\" href=\"http://www.osai.com/Services/CoLocation/\" >";
szTags += "<div style=\"text-align:right;padding-bottom:1px;text-decoration:none;font-family:Tahoma,Arial,Verdana;font-weight:bold;font-size:7pt;font-style:italic;color:#" + szL2Color + ";\" >&nbsp;";
szTags += "Co-Location Services, Anti-Spam Solutions &amp; more...";	
szTags += "</div>";
szTags += "</a>";
szTags += "</div>";
szTags += "</td></tr></table>";
//szTags += nColorIndex;
document.write( szTags );
}
catch(e)
{
}
