

if (parent.frames.length == 3 ) // At 3-frame site like mine?
{ if (parent.frames[2].name == "DekstraKadro") // Same name as mine on 3rd frame?
  { verdigu()
  }
}

function verdigu()
{ document.write("<style>")
  document.write("body {background: white url(../bildoj/border_grn_lh.png); background-image: url(../bildoj/border_grn_lh.png); background-repeat: repeat-y;}")
  document.write("b {color: green;}")
  document.write("h1 {color: green;}")
  document.write("h2 {color: green;}")
  document.write("h3 {color: green;}")
  document.write("p.poem {color: green;}")
  document.write("blockquote {color: green;}")
  document.write("blockquote.right {color: green;}")
  document.write("</style>")
}
