<!--
var text = "Underlegend - Fanklub Pati Yang - www.pati-yang.art.pl"
var speed = 0
var x = 100
function bb() {
var a = text.substring(0,x)
var b = text.substring(x,x+1).toUpperCase()
var c = text.substring(x+1,text.length)
window.status = a + b + c
if (x == text.length) {
x = 0
}
else {
x++
}
setTimeout("bb()",speed)
}

bb();
//-->

<!--
function MM_openBrWindow(theURL) { //v2.0
  window.open(theURL);
}
 function forum(whatURL) {
        open( whatURL ,"ProjView","left=150,top=150,scrollbars=no,toolbar=no,width=350,height=170");
}
//-->

<!--
function MM_openBrWindow(theURL) { //v2.0
  window.open(theURL);
}
 function koncert(whatURL) {
        open( whatURL ,"ProjView","left=150,top=150,scrollbars=no,toolbar=no,width=450,height=648");
}
//-->

<!--
function MM_openBrWindow(theURL) { //v2.0
  window.open(theURL);
}
 function koncert2(whatURL) {
        open( whatURL ,"ProjView","left=150,top=150,scrollbars=no,toolbar=no,width=800,height=450");
}
//-->
