function logo2() {
  logo.document.open();
  dw_l('<html>');
  dw_l('<head>');
  /* Note that this frame relies on the 'control' and 'logo' style sheets. */
  dw_l('<link rel="stylesheet" href="control.css" type="text/css">');
  dw_l('<link rel="stylesheet" href="logo.css" type="text/css">');
  dw_l('</head>');
  dw_l('<body>');
  dw_l('<div class="artist">John&nbsp;Van&nbsp;Praag</div>');
  dw_l('<div class="title">Urban<br>Landscapes</div>');
  dw_l('</body>');
  dw_l('</html>');
  logo.document.close();
}
