// Javascript page
if(ads == null){
var id = 0;
var ads = new Array();
}
ads[1286] = new Array('http://www.cigna.com/our_plans/dental/index.html?redir=/dental','CIGNA1','','','','');
id = 1286;
if(ads != null){
if(ads[id] != null){
if(ads[id][2] == ""){
document.write("");
if(ads[id][1] == ""){
document.write(ads[id][0]);
}else{
document.write(ads[id][1]);
}
document.write("");
}else{
document.write("");
if(ads[id][3] == "swf"){
var ie = (navigator.appName.indexOf ("Microsoft") != -1) ? 1 : 0;
var flashTag = new String();
if (ie)
{
flashTag += '';
}
else
{
flashTag += '';
}
document.write(flashTag);
}else{
document.write("
");
}
document.write("");
}
}else{
document.write("I could not find this Ad");
}
}
document.write("\n");