document.writeln("<script type='text/javascript' src='http://www.cameohd.com/scripts/swfobject.js'><\/script>");

document.writeln("<script type='text/javascript'>");

document.writeln("function closeIframe(){");
document.writeln("document.getElementById('cameohd').style.display='none'");
document.writeln("}");
document.writeln("<\/script>");

document.writeln("<style type='text/css'>");
document.writeln("  #cameohd {");
document.writeln("     position: absolute; right: 0px; bottom: 0px;");
document.writeln("    }");
document.writeln("  body > #cameohd {");
document.writeln("     position:fixed;");
document.writeln("     right: 0px;");
document.writeln("     bottom: 0px;");
document.writeln("     width: 528px;");
document.writeln("     height: 296px;");
document.writeln("     z-index: 99;");
document.writeln("  }");

document.writeln("</style>");

document.writeln("<!--[if gte IE 5.5]>");
document.writeln("<![if lt IE 7]>");
document.writeln("<style type='text/css'>");
document.writeln("div#cameohd {");
  
document.writeln("width: 528px;");
document.writeln("height: 296px;");
document.writeln("z-index:99;");  
document.writeln("}");

document.writeln("* html .cameohd {position: absolute;");
document.writeln("top:expression(eval(document.compatMode &&");
document.writeln("document.compatMode=='CSS1Compat') ?");
document.writeln("documentElement.scrollTop");
document.writeln("+(documentElement.clientHeight-this.clientHeight)"); 
document.writeln(": document.body.scrollTop");
document.writeln("+(document.body.clientHeight-this.clientHeight));");
document.writeln(");");

document.writeln("* html .cameohd {");
document.writeln("left:expression(eval(document.compatMode &&");
document.writeln("document.compatMode=='CSS1Compat') ?");
document.writeln("documentElement.scrollRight -100");
document.writeln(": document.body.scrollRight -100)"); 
document.writeln("}");

document.writeln("</style>");
document.writeln("<![endif]>");
document.writeln("<![endif]-->");

document.writeln("<!--[if gte IE 7]>");
document.writeln("<style type='text/css'>");
document.writeln("div#cameohd {");
document.writeln("   position:absolute;");
document.writeln("   top:expression(eval(document.compatMode &&");
document.writeln("document.compatMode=='CSS1Compat') ?");
document.writeln("documentElement.scrollTop");
document.writeln("+(documentElement.clientHeight-this.clientHeight)"); 
document.writeln(": document.body.scrollTop");
document.writeln("+(document.body.clientHeight-this.clientHeight));");
document.writeln(");");
document.writeln("   left:expression(eval(document.compatMode &&");
document.writeln("document.compatMode=='CSS1Compat') ?");
document.writeln("documentElement.scrollRight -100");
document.writeln(": document.body.scrollRight -100)"); 
document.writeln("}");
document.writeln("</style>");
document.writeln("<![endif]-->");