var bgcolour = "D2E8E8";
var bgfile = "/DisneyOnline/images/background.gif";
var framecolour = "61B3D1";

document.write("<style type='text/css'>");
document.write("<!--");
document.write("body {  background-color: #" + bgcolour + "; background-image: url(" + bgfile + ")}");
document.write(".dbody {  background-color: #" + bgcolour + "; background-image: url(" + bgfile + ")}");
document.write(".dframe {  background-color: #" + framecolour + "}");
document.write("-->");
document.write("</style>");
